Checkio API
get/{tenantId}/v1/billing/topup-config

Get 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

NameTypeDescription
tenantId
required
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}'