Get Tenant
GET/v1/tenants/id/:id
Get Tenant
Request
Path Parameters
id stringrequired
The tenant ID
Example: b0440b80-0857-43e9-8f13-723c8eb6a39c
Responses
- 200
Tenant response
- application/json
- Schema
- Example (from schema)
Schema
account_id string
id string
image string
name string
private boolean
{
"account_id": "string",
"id": "string",
"image": "string",
"name": "string",
"private": true
}
Loading...