cURL
curl --request GET \ --url https://api.gospott.com/custom-attributes/client-contact/definitions \ --header 'x-api-key: <api-key>'
{ "items": [ { "definition": { "viewType": "customText" }, "id": "<string>", "label": "<string>", "viewType": "<string>", "createdAt": "2023-11-07T05:31:56Z", "modifiedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "totalItems": 123, "page": 123, "hasNextPage": true } }
Retrieve a paginated list of custom attribute definitions for contacts.
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