Institution OAuth
Generate OAuth token
Exchange client credentials for an access token or use a valid refresh token to obtain a new access token.
POST
Body
application/json
Use client_credentials to exchange a client assertion, or refresh_token to obtain a new access token.
Available options:
client_credentials, refresh_token Example:
"client_credentials"
This is your OAuth Client ID which can be gotten from your app page on the dashboard.
This is your institution ID.
This is the client assertion type.
Example:
"urn:ietf:params:oauth:client-assertion-type:jwt-bearer"
This is the client assertion you generated earlier.
Pass your refresh token when grant_type is refresh_token.
Response
200 - application/json
Token exchange completed successfully.