Get Tenant Status Document HTML
GET /api/v1/tenants/{tenantId}/public/{status}/doc/htm
Description
Retrieve the HTML document for the tenant based on status.
Path Parameters
| Name | Type | Description |
|---|---|---|
businessId | string | The business ID (path) |
status | string | The status of the document (path). Available values: APPROVE, DISAPPROVE, PENDING |
Example
GET /api/v1/tenants/123/public/APPROVE/doc/htm
Response Code: 200 - OK
Description
Successful retrieval of the tenant status document in HTML format.
Response Fields
The response does not contain any specific fields.
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/tenants/{tenantId}/public/{status}/doc/htm \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!