🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request POST \
--url https://api.shoppex.io/dev/v1/tickets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"title": "Need help",
"message": "Please check my order.",
"invoice_id": "inv_1"
}
'{
"data": {}
}Developer API operation for POST /dev/v1/tickets.
curl --request POST \
--url https://api.shoppex.io/dev/v1/tickets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"title": "Need help",
"message": "Please check my order.",
"invoice_id": "inv_1"
}
'{
"data": {}
}