/api/token

POST {{siteUrl}}/api/token

Get a bearer token to use Talentsoft endpoints. A token is available 20 minutes

Request Body

[{"name"=>"client_id", "value"=>"{{clientId}}", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"{{clientSecret}}", "datatype"=>"string"}, {"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Acceptstring