v1

latestOpenAPI 3.1.02026-08-062672112.1 KB
Authentication

Authenticate with the Talent API.

Authenticate with the Talent API. After authenticating with your Access Key ID and Secret Access Key, you will receive an Access Token that can be used to authorize all subsequent requests by including the header <code>Authorization: Bearer {access_token}.</code>

post/auth

Request body

client_idstring required
client_secretstring required
scopestring
type'client' | 'user'

Type of Authentication request.

Response

r_description

{"stackTrail":"paths:/auth:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}