GET/v1/tenant

tenant.get

Returns the tenant the caller's bearer token belongs to. This is a singleton resource — a token cannot read any other tenant, so the URL has no `:id` segment.

Response

No parameters.

Examples

curl -sS -X GET \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  https://api.theculprit.ai/v1/tenant

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.