Skip to main content
GET
/
api
/
v1
/
tenants
List tenants
curl --request GET \
  --url https://api.callaro.ai/api/v1/tenants \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer
default:50
Required range: 1 <= x <= 500

Response

Tenants

data
object
message
string | null
meta
object
request_id
string | null