Skip to content

Get a tenant — never returns api_secret

GET
/admin/tenants/{id}
curl --request GET \
--url http://localhost:3000/admin/tenants/example \
--header 'X-Admin-Key: <X-Admin-Key>'
id
required
string

The tenant.

Media typeapplication/json
object
id
string
name
string
api_key
string
status
string
Allowed values: active suspended
created_at
string format: date-time
Example
{
"status": "active"
}