Activate Tenant Wallet
PATCH /api/v1/tenants/{tenantId}/wallet/activate
Description
Activate a tenant's wallet.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantId | string | The tenant ID (path) |
Request Body
- Content Type:
application/json
{}
Response Code: 200 - OK
Description
Wallet activated successfully.
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request PATCH \
--url /api/v1/tenants/{tenantId}/wallet/activate \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!