Id of the User
Accounts
Get Token
Connect Invitation
Get Consents
Revoke Consent
Bank Account Verification
Bank Data
Income Verification
Affordability
Bank Data (stored)
Income Verification (stored)
Payment Account Confirmation
Affordability (stored)
Atto Score
Consumer Financial Health
Business Financial Health
Categorisation Engine
Income Verification Engine
Affordability Engine
Get Statement
Atto Developer Documentation (all)
Download OpenAPI description
Overview
URL
API Support
License
Languages
Servers
UK Environment (Production)
https://uk.api.atto.co/
US Environment (Production)
https://us.api.atto.co/
If you wish to get a list of credit information accounts for a user, you can do so using the GET /connect/users/v1/{userId}/accounts
endpoint.
- UK Environment (Production)
https://uk.api.atto.co/connect/users/v1/{userId}/accounts
- US Environment (Production)
https://us.api.atto.co/connect/users/v1/{userId}/accounts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://uk.api.atto.co/connect/users/v1/{userId}/accounts' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response
application/json
{ "status": true, "message": "string" }