get
/{tenantId}/v1/billing/topup-configGet auto-topup configuration
Requires Authentication
Billing
Payments
Returns the tenant's auto-topup configuration. Responds with `null`
when none has been saved yet.
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
Configuration (or null)
Response Bodyapplication/json
unknown
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/billing/topup-config' \
-H 'Authorization: Bearer {token}'