POST
/
v1
/
accounts
/
bulk
cURL
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>"
  }
]

Authorizations

x-api-key
string
header
required

Enter your API key

Body

application/json · string[]

The body is of type string[].

Response

201
application/json

Operation successful

The response is of type object[].