cURL
curl --request GET \ --url https://api.gospott.com/custom-attributes/candidate/definitions/{id} \ --header 'x-api-key: <api-key>'
{ "definition": { "viewType": "customText" }, "id": "<string>", "label": "<string>", "viewType": "<string>", "createdAt": "2023-11-07T05:31:56Z", "modifiedAt": "2023-11-07T05:31:56Z" }
Retrieve a single custom attribute definition for candidates.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Show child attributes