Refport

List embedded referral payouts

GET
/api/embed/referrals/payouts

Authorization

embedBearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

cursor?string
limit?integer
Range1 <= value <= 50
Default20

Response Body

application/json

curl -X GET "https://example.com/api/embed/referrals/payouts"
{  "nextCursor": "string",  "payouts": [    {      "amount": "string",      "createdAt": "2019-08-24T14:15:22Z",      "currency": "string",      "id": "string",      "status": "string"    }  ]}