Skip to main content
GET
/
getPayouts
getPayouts
curl --request GET \
  --url https://alphainsider.com/api/getPayouts \
  --header 'Authorization: <authorization>'
{
  "success": true,
  "response": [
    {
      "payout_id": "AdcY6qDIBCdnxPCDF1aE4",
      "provider": "stripe",
      "user_id": "user_1",
      "type": "bank",
      "amount": "972",
      "fee": "28",
      "destination": {
        "address": "6789"
      },
      "status": "paid",
      "updated_at": "2024-02-05T15:59:39.906Z",
      "created_at": "2024-02-05T15:59:36.765Z"
    }
  ]
}

Headers

Authorization
string<JWT>
required

User API token.

Query Parameters

limit
number

Number of results to return.

offset_id
string

Offet by ID. Used for pagination.

Response

Request was successful.