Get a collection's tags

GET {{baseUrl}}/collections/{{collectionUid}}/tags

Gets all the tags associated with a collection.

RESPONSES

status: OK

{"tags":[{"slug":"needs-review"},{"slug":"test-api"}]}