Retrieve Bearer Token

POST {{url}}/oauth/token

This requests requires a clientid and clientsecret which can be found in the user section of the web app. The result of a successful query will be an access token that can be used for authorization on the rest of the requests. Complete instructions can be found in our online documentation.

Request Body

{"client_id"=>"{{client_id}}", "client_secret"=>"{{client_secret}}", "audience"=>"{{audience}}"}