Skip to main content

Get a Tenant by Id

Get a specific tenant by its tenantId.

caution

This endpoint has been deprecated and will be phased out at the end of 2023. Please update any existing usages of it to use the Get Object endpoint instead.

Endpoint

GET /v1/tenants/:tenantId

Parameters

ParameterDescriptionTypeRequired
tenantIdId of the tenant to retrieve.URL paramyes

Request

curl "https://api.warrant.dev/v1/tenants/87dffa3723df6d6a8" \
-H "Authorization: ApiKey YOUR_KEY"

Response

{
"tenantId": "87dffa3723df6d6a8",
"name": "Dunder Mifflin"
}