List labels for a team.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/labels \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "teamId": "<string>", "name": "<string>", "description": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes
The ID of the label.
The ID of the team that the label belongs to.
The name of the label.
The description of the label.
Was this page helpful?