Skip to main content

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

NameTypeDescription
businessIdstringThe business ID (path)
statusstringThe 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-TypeValue
apiKey{{apiKey}}

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

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!