Get Tenant Wallet
GET /api/v1/tenants/{tenantId}/wallet
Description
Retrieve the wallet information for a specific tenant.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantId | string | The ID of the tenant (path) |
Request Headers
| Name | Type | Description |
|---|---|---|
service-api-key | string | The service API key (header) |
service-api-code | string | The service API code (header) |
Example
GET /api/v1/tenants/{tenantId}/wallet
service-api-key: string
service-api-code: string
tenantId: string
Response Code: 200 - OK
Description
Successfully retrieved the wallet information for the tenant.
Headers
| Content-Type | Value |
|---|---|
| service-api-key | {{serviceApiKey}} |
| service-api-code | {{serviceApiCode}} |
| tenantId | {{tenantId}} |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/tenants/{tenantId}/wallet \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!