Get List Relationships Tags

GET {{baseUrl}}/api/lists/:id/relationships/tags/

Returns the tag IDs of all tags associated with the given list.

Rate limits:
Burst: 3/s
Steady: 60/m

Scopes: lists:read tags:read

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

RESPONSES

status: OK

{"data":[{"type":"tag","id":"\u003cstring\u003e"},{"type":"tag","id":"\u003cstring\u003e"}]}