cURL
curl --request GET \ --url https://api.gospott.com/labels/note \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "<string>", "name": "<string>", "colorHex": "<string>" } ], "pagination": { "totalItems": 123, "page": 123, "hasNextPage": true } }
Get a paginated list of note labels.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
0 <= x <= 10000
1 <= x <= 100
Show child attributes