cURL
curl --request GET \ --url https://api.scrip.dev/v1/groups/{id}/state/tags \ --header 'X-API-Key: <api-key>'
{ "data": [ { "tag": "vip" } ], "pagination": { "has_more": true, "next_cursor": "YWJjMTIz" } }
Returns all tags on a group.
group.tags
API key passed in the X-API-Key header.
Group ID
Group tags
Tag entries
Show child attributes
Pagination metadata for list responses