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.
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
}
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
0 <= x <= 100001 <= x <= 100