Atto
Overview
Welcome to the Atto developer Qodex collection.
Here you will find all the APIs you will need to test our platform and your environment.
Please find the detailed documentation about the APIs on our
Developer Documentation
Client Credentials
Please ensure you get your Client Credentials (Client ID and Client Secret) before using this API collection. If you do not already have them sent to you, or require access to our Sandbox environment, please contact our API Support:
support@atto.co
Authentication
This collection supports scope based authentication per API. Details about different scopes can be found under
Get Token in our documentation.
The scopes supported are as follows:
API | Scope |
---|
Consent API | directid.consent |
Data API | directid.data |
Stored Data API | directid.stored_data |
Advanced Insights API | directid.advanced_insights |
Please ensure you populate the
scope
environment varibale for the environment you are targeting, e.g. If you are going to call Data API, then use the
directid.data
scope value in the parameter.
Once this is set, and you make the call to
Request a token, this collection will populate the collection variable
token
, and then you can make subsequent calls to that API, all calls for that API will be authenticated and valid until the token expires (After 3600 secs).
If you wish to use a different API, simple change the
scope
and request a new token, which will re-populate that variable.
Qodex
Run this in Qodex
