Authentication
The TalentDesk API uses API keys to authenticate requests. You can view and manage your API keys in the TalentDesk Platform.
Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Authentication to the API is performed via HTTP Header.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
X-Talentdesk-Api-Key: YOUR_KEY
Request Example
$ curl -X GET "https://api.talentdesk.io/worksheets" \
-H "X-Talentdesk-Api-Key: $TOKEN"
How to get an API Key
In order to have access to an API KEY please complete the following form.
