This endpoint is only available for enterprise tier organizations.
curl --request POST \ --url https://platform.thena.ai/v1/custom-object \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>", "teamId": "<string>" }'
{ "id": "<string>", "name": "<string>", "description": "<string>", "organizationId": "<string>", "teamId": "<string>" }
Enter your API key
Operation successful
The response is of type object.
object