🚀 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/themes \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"pagination": {
"next_cursor": "<string>",
"has_more": true
}
}Developer API operation for GET /dev/v1/themes.
curl --request GET \
--url https://api.shoppex.io/dev/v1/themes \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"pagination": {
"next_cursor": "<string>",
"has_more": true
}
}