🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request GET \
--url https://api.shoppex.io/dev/v1/affiliates/applications \
--header 'Authorization: Bearer <token>'{
"data": {
"applications": [
{
"id": "app_1",
"customer_id": "cus_2",
"email": "[email protected]",
"name": "Pending Creator",
"code": "pending-creator",
"url": "https://demo.shoppex.io?via=pending-creator",
"status": "pending",
"created_at": "2026-03-15T09:00:00.000Z",
"updated_at": "2026-03-15T09:00:00.000Z"
}
],
"total": 1
}
}Developer API operation for GET /dev/v1/affiliates/applications.
curl --request GET \
--url https://api.shoppex.io/dev/v1/affiliates/applications \
--header 'Authorization: Bearer <token>'{
"data": {
"applications": [
{
"id": "app_1",
"customer_id": "cus_2",
"email": "[email protected]",
"name": "Pending Creator",
"code": "pending-creator",
"url": "https://demo.shoppex.io?via=pending-creator",
"status": "pending",
"created_at": "2026-03-15T09:00:00.000Z",
"updated_at": "2026-03-15T09:00:00.000Z"
}
],
"total": 1
}
}