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. Complete instructions can be found in our online documentation.
Request Body
{"client_id"=>"{{client_id}}", "client_secret"=>"{{client_secret}}", "audience"=>"{{audience}}"}