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>" } ], "nextPageToken": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Maximum number of results to return. Default is 10000, maximum is 10000.
Token for pagination. Leave empty for the first request.
Success
Show child attributes
Token for retrieving the next page of results. Empty if no more results.
Was this page helpful?