GET
/
v1
/
deals
/
payouts
Get payouts
curl --request GET \
  --url https://api.onsleek.ai/v1/deals/payouts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 12345,
    "totalTransactions": 100,
    "totalGmv": 5000,
    "aov": 50,
    "totalCashback": 500,
    "confirmedTransactions": 80,
    "declinedTransactions": 10,
    "pendingTransactions": 10,
    "confirmedGmv": 4000,
    "declinedGmv": 500,
    "pendingGmv": 500,
    "confirmedCashback": 400,
    "declinedCashback": 50,
    "pendingCashback": 50,
    "startDate": "2023-01-01T00:00:00.000Z",
    "endDate": "2023-01-31T23:59:59.999Z"
  }
]

Authorizations

Authorization
string
header
required

API key for accessing the Sleek API.

Response

200 - application/json

List of payouts.

The response is of type object[].