Skip to main content

Retrieve Webhook Event

Retrieve the details of an existing Webhook Event.

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK


Schema

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • attempts integer

    The number of times Fleetio attempted to send this event to the Webhook endpoint.

  • event string

    The event that triggered this Webhook.

  • last_error string

    The last error that occurred when attempting to trigger this Webhook.

  • last_sent_at date-time

    The date and time at which this webhook event was last sent.

  • payload string

    The payload that was sent to the Webhook endpoint.

  • response_body string

    The response body from the Webhook endpoint.

  • response_code integer

    The response code from the Webhook endpoint.

  • retried_at date-time

    The date and time at which this Webhook was last retried.

  • status string

    The status of this Webhook event.

  • webhook_id integer

    Possible values: >= 1

Loading...