cURL
curl --request GET \ --url https://api.gospott.com/candidates/{id}/certifications \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "company": { "id": "<string>", "name": "<string>", "logoUrl": "<string>" }, "name": "<string>", "url": "<string>", "issueDate": "2023-11-07T05:31:56Z", "expirationDate": "2023-11-07T05:31:56Z" } ]
Retrieve all certification records for a specific candidate.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Successfully retrieved certification records
Show child attributes