cURL
curl --request POST \ --url https://api.callaro.ai/api/v1/partner/tenants \ --header 'Content-Type: application/json' \ --header 'X-Partner-Api-Key: <api-key>' \ --data '{}'
{ "data": {}, "message": "<string>", "meta": {}, "request_id": "<string>" }
The body is of type object.
object
Created
Was this page helpful?