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": "<string>",
"message": "<string>",
"invoice_id": "<string>"
}
'{
"data": {}
}Creates a new support ticket
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": "<string>",
"message": "<string>",
"invoice_id": "<string>"
}
'{
"data": {}
}Use your API key with the Bearer scheme. Get your key from Dashboard → Settings → API Keys. Format: Authorization: Bearer shx_...
Default Response