cURL
curl --request GET \ --url https://api.shovels.ai/v2/list/tags \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": "<string>", "description": "<string>" } ], "size": 123, "next_cursor": "<string>" }
Returns all available permit tags.
Cursor for pagination
1 <= x <= 100
A list of available permit tags
Paginated response for tags.
The list of items returned in the response following given criteria.
Show child attributes
The tag identifier.
The tag description.
The number of items returned in the response.
The cursor for retrieving the next page of results.
Was this page helpful?