Skip to main content
POST
/
tickets
/
{uniqid}
/
reopen
Reopen a ticket
curl --request POST \
  --url https://api.shoppex.io/dev/v1/tickets/{uniqid}/reopen \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Use your API key with the Bearer scheme. Get your key from Dashboard → Settings → API Keys. Format: Authorization: Bearer shx_...

Path Parameters

uniqid
string
required

Ticket unique ID

Response

Default Response

data
object