Authentication
The following endpoint provides the Oauth2 client credentials flow
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_credentialsResponses
200
Success
application/json
400
Bad Request - Missing or invalid parameters
401
Unauthorized - Invalid client credentials
post
/oauth/tokenLast updated
Was this helpful?

