🚀 New: Edit Shoppex themes from the dashboard, the CLI, or an AI agent — one unified workflow. Learn more →
curl --request GET \
--url https://api.shoppex.io/dev/v1/resellers \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"pagination": {
"next_cursor": "<string>",
"has_more": true
},
"total": 123
}Developer API operation for GET /dev/v1/resellers.
curl --request GET \
--url https://api.shoppex.io/dev/v1/resellers \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"pagination": {
"next_cursor": "<string>",
"has_more": true
},
"total": 123
}