Retrieve access token when using oAuth

Obtain an access token by sending a POST request with grant_type=client_credentials, client_id and client_secret The returned token is a JWT used as a Bearer token to authenticate GAINS Connect API requests. Note: This endpoint uses different servers. https://auth.gainsapps.com for production and https://auth-dev.gainsapps.com for development for all clients.

Language
URL
Click Try It! to start a request and see the response here!