Skip to main content
Version: v3

API

This is the API documentation for the Talent Protocol API latest version. Internally, this version is internally referred to as v3.

The API allows to interact with the Talent Protocol platform in the following modes:

  • API Key mode: You pass an API Key as value of the header X-API-KEY to authenticate. You need to ask for an API Key to the Talent Protocol team.
  • User authentication mode: You provide a JWT token as value of the header Authorization. The JWT token is obtained by calling the endpoint POST /auth/email_password_login with the user credentials.

Authentication

Security Scheme Type:

apiKey

Header parameter name:

X-API-KEY