Id of the User
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" }