Get a specific tag by ID.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/tags/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "color": "<string>", "iconSlug": "<string>", "teamId": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the tag.
Success
The tag.
Show child attributes
Was this page helpful?