Returns a token.
URL https://www.atto.co/about/contact
API Support support@atto.co
License All Rights Reserved © The IDCO. Ltd
Terms of Service
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 .
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" }