get https://api.atlas.so/v1/accounts
Lists all accounts
Responses
Lists all accounts
xxxxxxxxxx
curl --request GET \
--url https://api.atlas.so/v1/accounts \
--header 'accept: application/json'
xxxxxxxxxx
18{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"email": "string",
"website": "string",
"externalId": "string",
"customFields": {},
"primaryContactId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"accountManagerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"secondaryAccountManagerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
],
"total": 0,
"cursor": 0,
"limit": 0
}