URL
API Support
License
https://uk.api.atto.co/
https://us.api.atto.co/
Once you have the access_token
, you'll assign it to the Authorization
header with a prefix of Bearer
. More information can be found here.
https://uk.api.atto.co/v1/oauth2/token
https://us.api.atto.co/v1/oauth2/token
curl -i -X POST \
https://uk.api.atto.co/v1/oauth2/token \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d grant_type=string \
-d client_id=string \
-d client_secret=string \
-d scope=string
{ "tokenType": "string", "expiresIn": 0, "accessToken": "string" }