Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
IDs of tags to filter by. eg. ids=id1&ids=id2
The search term to filter the tags by.
1 - 200
The field to sort the tags by.
name
, created_at
The order to sort the tags by.
asc
, desc
The page number for pagination.
x >= 1
The number of tags per page.
1 <= x <= 100
The response is of type object[]
.