Generate an API token

POST {{dolby-io-url}}/v1/auth/token

To make any API call, you must acquire an API token. Make sure to use this API against https://api.dolby.io/v1.

For more information about how to get your credentials to generate an API token, see the Locate your App Key and App Secret procedure.

Request Body

[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}, {"name"=>"expires_in", "value"=>"600", "datatype"=>"number"}]