This endpoint is only available for enterprise tier organizations.
curl --request GET \ --url https://platform.thena.ai/v1/custom-object/fetchByIds \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "organizationId": "<string>", "teamId": "<string>" } ], "status": true, "message": "<string>", "timestamp": "2023-11-07T05:31:56Z" }
Enter your API key
Operation successful
The response is of type object.
object