List tags
Lists the tags the token can reach, one JSON:API resource per tag, with standard pagination.
Public filters: `id[]` (tag ids) and `s` for a free-text search on the name.
Public sorts: `name` (default, ascending), `created_at` and `order` - prefix with `-` for descending.
`sites_count`, how many websites carry the tag, is a computed attribute: request it with `fields[tags]=sites_count`.
Default page size is 15, capped at 50 (`page[size]`).
Authentication
AuthorizationBearer
Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.
Query parameters
page[number]
page[size]
sort
filter[s]
filter[id][]
Response
200 - Tags
data
jsonapi
links
meta

