POST
/
v1
/
custom-object
/
{customObjectId}
/
records
curl --request POST \
  --url https://platform.thena.ai/v1/custom-object/{customObjectId}/records \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-org-id: <api-key>' \
  --data '{
  "teamId": "<string>",
  "customFieldValues": [
    {}
  ]
}'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Path Parameters

customObjectId
string
required

Body

application/json
teamId
string
required

The ID of the team

customFieldValues
object[]
required

The custom field values