Retrieve a list of tags
Tags
Retrieve a list of tags
GET
Retrieve a list of tags
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
IDs of tags to filter by. eg. ids=id1&ids=id2
The search term to filter the tags by.
Required string length:
1 - 200The field to sort the tags by.
Available options:
name, created_at The order to sort the tags by.
Available options:
asc, desc The page number for pagination.
Required range:
x >= 1The number of tags per page.
Required range:
1 <= x <= 100