/tags
API Tags
Parameters
name
string
Free text search for tag names matching criteria
limit
string
The number of records returned
cursor
string
The cursor returned from the previous page of results
Response
200 Default
{
"status": "success",
"data": [...]
}
Shell Example
curl --request GET \
--url https://api.air.inc/v1/tags \
--header 'accept: application/json'
Preview Response
{
"status": "success",
"tags": [...]
}
Click Try It! to start a request and see the response!