curl --request POST \
--url https://platform.thena.ai/v1/accounts/bulk \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '[
"<string>"
]'
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"source": "hubspot",
"logo": "<string>",
"statusId": "<string>",
"status": "<string>",
"statusConfiguration": {},
"classificationId": "<string>",
"classification": "<string>",
"classificationConfiguration": {},
"healthId": "<string>",
"health": "<string>",
"healthConfiguration": {},
"industryId": "<string>",
"industry": "<string>",
"industryConfiguration": {},
"primaryDomain": "<string>",
"secondaryDomain": "<string>",
"accountOwner": "<string>",
"accountOwnerId": "<string>",
"accountOwnerEmail": "<string>",
"accountOwnerAvatarUrl": "<string>",
"annualRevenue": 123,
"employees": 123,
"website": "<string>",
"billingAddress": "<string>",
"shippingAddress": "<string>",
"customFieldValues": [
"<string>"
],
"metadata": {},
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
This endpoint is only available for standard and enterprise tier organizations.
curl --request POST \
--url https://platform.thena.ai/v1/accounts/bulk \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '[
"<string>"
]'
[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"source": "hubspot",
"logo": "<string>",
"statusId": "<string>",
"status": "<string>",
"statusConfiguration": {},
"classificationId": "<string>",
"classification": "<string>",
"classificationConfiguration": {},
"healthId": "<string>",
"health": "<string>",
"healthConfiguration": {},
"industryId": "<string>",
"industry": "<string>",
"industryConfiguration": {},
"primaryDomain": "<string>",
"secondaryDomain": "<string>",
"accountOwner": "<string>",
"accountOwnerId": "<string>",
"accountOwnerEmail": "<string>",
"accountOwnerAvatarUrl": "<string>",
"annualRevenue": 123,
"employees": 123,
"website": "<string>",
"billingAddress": "<string>",
"shippingAddress": "<string>",
"customFieldValues": [
"<string>"
],
"metadata": {},
"createdAt": "<string>",
"updatedAt": "<string>"
}
]
Enter your API key
The body is of type string[]
.
Operation successful
The response is of type object[]
.