cURL
curl --request GET \ --url https://platform.thena.ai/v1/accounts \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "statusId": "<string>", "status": "<string>", "classificationId": "<string>", "classification": "<string>", "primaryDomain": "<string>", "accountOwner": "<string>", "accountOwnerId": "<string>", "accountOwnerEmail": "<string>", "customFieldValues": [ "<string>" ], "createdAt": "<string>", "updatedAt": "<string>" }
Enter the bearer token
The page number
The limit number of accounts to fetch
Operation successful
The response is of type object.
object