cURL
curl --request POST \ --url https://api.recruitifi.com/v1/organizations/{organizationId}/token \ --header 'Authorization: Bearer <token>'
{ "access_token": "eyJhbGciOiJIUzI...", "token_type": "Bearer", "expires_in": 86400, "scope": "<organizationId>" }
The access token received from the authorization server in the Partner OAuth 2.0 Client Credentials grant flow.
Scoped token generated
"eyJhbGciOiJIUzI..."
Bearer
86400
"<organizationId>"