Skip to main content
WEBHOOK
invitation.deleted
{
  "version": "<string>",
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "magic_link": "<string>",
      "expires_at": "2023-11-07T05:31:56Z",
      "expires_in_hours": 123,
      "status": "active",
      "partner_provided_fleet_name": "<string>",
      "accepted_at": "2023-11-07T05:31:56Z",
      "pre_registration_access_token": "<string>",
      "pre_registration_refresh_token": "<string>",
      "success_redirect_url": "<string>",
      "failure_redirect_url": "<string>",
      "callback_url": "<string>",
      "limit_tsps": [
        "<string>"
      ],
      "fleet_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "partner_slug": "<string>",
      "partner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "decline_reason": "<string>",
      "declined_at": "2023-11-07T05:31:56Z",
      "fleet_ref": "<string>"
    }
  ],
  "webhook_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "event_name": "invitation.deleted",
  "timestamp": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "delivery_attempt": 0
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.catenatelematics.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Invitation deleted event.

version
string
required

Version of the schema used for this event

Pattern: ^\d+\.\d+$
Examples:

"1.0"

"1.1"

"2.0"

data
BaseInvitationEvent · object[]
required

The event payload, with one or more records of the specified type

webhook_id
string<uuid>
required

Unique identifier for the webhook subscription that triggered this delivery

event_name
string
default:invitation.deleted
timestamp
string<date-time> | null

ISO 8601 timestamp when the event occurred

id
string<uuid> | null

Unique identifier for this specific event instance (UUID v7 for time-ordered sorting)

delivery_attempt
integer
default:0

The number of times the event has been attempted to be delivered

Response

Successful Response