Get tenant
GET/tenants/:tenantId
Eventually Consistent
Retrieves a single tenant by tenant ID.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The tenant was retrieved successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
Tenant not found.
An internal error occurred while processing the request.