Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Developer API operation for GET /dev/v1/affiliates/payout-requests.
cURL
curl --request GET \ --url https://api.shoppex.io/dev/v1/affiliates/payout-requests \ --header 'Authorization: Bearer <token>'
{ "data": { "payout_requests": [ { "id": "claim_1", "affiliate_customer_id": "cus_1", "affiliate_link_id": "alink_1", "affiliate_code": "creator", "affiliate_email": "[email protected]", "affiliate_name": "Creator", "status": "pending", "amount": 12, "currency": "USD", "payout_asset": "USDT", "payout_network": "TRON", "payout_address": "TQ2nBylQp1n7hT8t9r3V7A4C6X9K1M2P3Q", "note": "Weekly payout", "created_at": "2026-03-15T10:00:00.000Z", "updated_at": "2026-03-15T11:00:00.000Z", "completed_at": null, "rejected_at": null, "cancelled_at": null } ], "page": 1, "limit": 25, "total": 1 } }
Use your Shoppex API key in the Authorization header.
Successful response
Show child attributes