Getting Started

Activate Developer Account

To start using our platform, you need to activate your Developer Account by accessing Developer Console. If you don’t have an account, please contact our customer service.

After you activated your Developer Account, you will get the API Credentials and list of callbacks.

Credentials and Keys

Credential Description
App ID Your application identity, this identity is unique from one another.
App Secret When you use the Talentics API, you need secrets for authentication.
App Token Token can be used as a parameter for different authentication in Talentics API.

You can access your credentials here.

Talentics Callbacks

Callbacks Description
New Applicant Callback Event notification when a new applicant registered to your job via HTTP Post request.
Moved Applicant Callback Event notification when applicant moved to the next stage via HTTP Post request.
Hired Applicant Callback Event notification when applicant hired via HTTP Post request.
Rejected Applicant Callback Event notification when applicant rejected/dropped via HTTP Post request.
Test Finished Callback Event notification when applicant finished the test given via HTTP Post request.
Test Report Generated Callback Event notification when we have finished generate report and score for a given test via HTTP Post request.

You can access your list of callbacks here.