Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The teal instance ID
Query Parameters
Optional name of tag for filtering.
Optional tag group ID for filtering.
Include disabled tags.
A comma separated list of sort orders for the results.
The number of records to return. Max limit is 1000.
Required range:
1 <= x < 1001
Response
Successful Response
The token to use to request the next page
Examples:
"ikal0NEVfMhF8dJf4yQ6KQZmGD"
The token to use to request the previous page
Examples:
"vuA7JeKI5c6FLnPt5JfRcZcJxW"
A list of tags.
Examples:
[
{
"enabled": true,
"id": "UjL3BQnEaJtecuC7CUeDk",
"name": "Sprinter - 1ab-c23",
"tag_group_id": "NCB2xo5S1yQbNgyWskXpwG",
"tag_group_name": "Delivery vehicles"
}
]