GoToScan
Get startedTokensLinksWebhooks
Get startedTokensLinksWebhooks
  1. Webhooks
  • /model modified
  • /ticket deleted
  • /ticket delivered
  • /ticket created
  • Schemas
    • Schemas
      • Ticket creation
      • Ticket delivery
      • Ticket deletion
      • Model modification
Get startedTokensLinksWebhooks
Get startedTokensLinksWebhooks
  1. Webhooks

/ticket delivered

Webhook
POST
ticket delivered

Request

Body Params application/json

Examples

Responses

🟢200OK
Return a 200 status to indicate that the data was received successfully
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ticket_id": "ebade5b0-06af-41ed-b828-f6c6bc279de4",
    "event": "delivered",
    "model_id": "6d13c319-3d24-48df-bb3a-c72b0e4dbb37",
    "external_id": "yourID"
}'
Modified at 2025-08-18 11:58:25
Previous
/ticket deleted
Next
/ticket created
Built with