Skip to main content
POST
/
dev
/
v1
/
tickets
Create 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": "Need help",
  "message": "Please check my order.",
  "invoice_id": "inv_1"
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Body

application/json

The body is of type object.

Response

Successful response

data
object