/oauth/token

Get authorization token using client credentials.
The authorization token is available only for 60 minutes.
After the time has elapsed, a new access token can be generated by entering the key and secret again to generate a new access token.
The Token should be used in the header "Authorization" of each request and value "Bearer ". Optionally a portfolioId can be provided so the token will only be able to access that portfolio and no other.

Body Params
string
required

Your key

string
required

Your secret

string

Restrict the token generated to this portfolioId

Responses

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json