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
chevron-right
200

Success

application/json
access_tokenstringRequiredExample: your_access_token
token_typestringRequiredExample: bearer
expires_inintegerRequiredExample: 3600
post
/oauth/token

Last updated

Was this helpful?