Get tenant details

GET/api/v1/tenants/{id}

Parameters

This endpoint does not accept parameters.

Responses

200Tenant object

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/tenants/{id}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Tenant object
Example response not yet documented.