🚀 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/email-marketing/lists \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"pagination": {
"next_cursor": "<string>",
"has_more": true
}
}Developer API operation for GET /dev/v1/email-marketing/lists.
curl --request GET \
--url https://api.shoppex.io/dev/v1/email-marketing/lists \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"pagination": {
"next_cursor": "<string>",
"has_more": true
}
}Documentation Index
Fetch the complete documentation index at: https://docs.shoppex.io/llms.txt
Use this file to discover all available pages before exploring further.