Rewardly Docs
API ReferenceTop ups

List top-ups

GET
/v1/topups
AuthorizationBearer <token>

In: header

Query Parameters

page?integer
Range1 <= value
Default1
page_size?integer
Range1 <= value <= 100
Default25

Response Body

application/json

curl -X GET "https://example.com/v1/topups"
{  "topups": [    {      "id": "string",      "amountCents": 0,      "currency": "string",      "provider": "string",      "status": "string",      "createdAt": "string",      "completedAt": "string"    }  ],  "total": 0}