🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request GET \
--url https://api.shoppex.io/dev/v1/store/domains/custom/status \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"pagination": {
"next_cursor": "<string>",
"has_more": true
}
}Developer API operation for GET /dev/v1/store/domains/custom/status.
curl --request GET \
--url https://api.shoppex.io/dev/v1/store/domains/custom/status \
--header 'Authorization: Bearer <token>'{
"data": [
{}
],
"pagination": {
"next_cursor": "<string>",
"has_more": true
}
}