GET
/
payouts
curl --request GET \
  --url https://extensions-sandbox.lumx.io/payments/payouts \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "pa_000000000000",
    "status": "processing"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type object[].