Atto Developer Documentation (all)

Download OpenAPI description
Languages
Servers
UK Environment (Production)
https://uk.api.atto.co/
US Environment (Production)
https://us.api.atto.co/

Get Token

Operations

Overview

To access our APIs you need to pass your client_id and client_secret, along with the scope that you are requesting, to our authentication service. If that all goes according to plan then an access_token will be returned to you, which is valid for one hour.

Integration

A request with the following payload to our endpoint should return an access token for use in subsequent calls in any of our Data API endpoints.

KeyValue
grant_typeclient_credentials
client_idThe client_id that we supplied to you
client_secretThe client_secret that we supplied to you
scopeThe scope value for the API that you need access to

Please find below the scopes values for our APIs, these values need to be specified when requesting a token:

APIScope
Atto Consent Serviceapi:consent
Atto Data APIapi:data
Atto Stored Data APIapi:stored_data
Atto Advanced Insights APIapi:advanced_insights
Atto Connect Invitation APIapi:connect_invitation

Assuming the authentication was successful, you should receive a 200 OK response.

The important fields in the authentication response are:

FieldDescription
expires_inThe number of seconds before the token expires (defaults to 3600 seconds)
token_typeBearer
access_tokenThe token you will use in subsequent requests

If you expect to make repeated and/or delayed calls using this access_token, you should pay attention to the expires_in field and request a new token if you have exceeded the expiration time.

Using the access token

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 .

Connect Invitation

Operations

Get Consents

Operations

Bank Account Verification

Operations

Bank Data

Operations

Income Verification

Operations

Affordability

Operations

Bank Data (stored)

Operations

Income Verification (stored)

Operations

Payment Account Confirmation

Operations

Affordability (stored)

Operations

Atto Score

Operations

Consumer Financial Health

Operations

Business Financial Health

Operations

Categorisation Engine

Operations

Income Verification Engine

Operations

Affordability Engine

Operations

Get Statement

Operations