Get tenant
GET/tenants/:tenantId
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.
Forbidden. The request is not allowed.
Tenant not found.
An internal error occurred while processing the request.