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

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

customObjectId
string
required

Body

application/json