Retrieve information about automatic purchase.
Information about automatic purchase.
Bad request
Unauthorized
User not found
Unprocessable entity
curl -i -X GET \ 'http://orbs.babka.com/v2/merchants/{merchantId}/projects/{projectId}/user/{userId}/auto-topup' \ -H 'X-HOST-ID: stringstringstringstringstringstring' \ -H 'X-SERVER-AUTHORIZATION: YOUR_API_KEY_HERE'
{- "items": [
- {
- "enabled": false,
- "virtual_currency_sku": "xxx-xxx-xxx"
}
]
}