Skip to content
Last updated

Webhooks Events

Whenever a status change occurs for a referral, Tyro Connect notifies you via the webhook.

The types of referral events are:

Referral EventDescription
REFERRAL_STATUS_UPDATEDThe status of the referral has been updated

Sample Event

{
  "type": "REFERRAL_STATUS_UPDATED",
  "data": {
    "id": "5491ec4a-3f46-4b4d-9bc0-23f2260f41c9",
    "status": "REFERRAL_RECEIVED",
    "uri": "https://api.tyro.com/connect/referrals/5491ec4a-3f46-4b4d-9bc0-23f2260f41c9",
    "resource": "referrals"
  }
}
Registering Webhooks

For information on how to register for webhooks and how to interpret the webhook message. Documentation can be found here: Webhooks