Authentication

The following endpoint provides the Oauth2 client credentials flow

Get Bearer Token

post
/oauth/token

Exchange the credentials (client ID and client secret) for a bearer token. Find these details in OpenApply's API Manager

Authorizations
OAuth2clientCredentialsRequired
Token URL:
OAuth2clientCredentialsRequired
Token URL:
Body
grant_typestringRequiredExample: client_credentials
Responses
200

Success

application/json
post
/oauth/token

Last updated

Was this helpful?