Skip to main content

List Webhook Events

Returns a list of Webhook events belonging to your account.

Responses

OK

Response Headers

  • X-PaginationLimit string

    The per page limit. Currently set to 100 but subject to change at any time.

  • X-Pagination-Current-Page string

    The current page. Defaults to 1.

  • X-Pagination-Total-Pages string

    The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.

  • X-Pagination-Total-Count string

    The total number of records in the result set (across all pages).


Schema

array
  • 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...