Find By Id
GET /api/v1/tenants/:tenantId
Description
Find a tenant by ID.
Request
- Authentication:
- Type: Bearer Token
- Token:
{{bearerToken}}(Replace with the actual bearer token)
- URL:
- Raw URL:
/api/v1/tenants/:tenantId - Host:
- Path:
/api/v1/tenants/:tenantId - Variables:
- tenantId: (Required)
- Raw URL:
Response:
- Status: OK (200)
/api/v1/tenants/:tenantId
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/tenants/:tenantId \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!