Skip to main content

Retrieve Webhook

GET 

https://secure.fleetio.com/api/v1/webhooks/:id

Retrieve the details of an existing Webhook.

Request

Path Parameters

    id stringrequired

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

    The id of the relevant record

Responses

OK

Schema
    idinteger

    Possible values: >= 1

    created_atdate-time

    The date and time at which this record was created.

    Example: 2023-03-14T13:46:27-06:00
    updated_atdate-time

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

    Example: 2023-03-14T13:46:27-06:00
    account_idId (integer)required

    Possible values: >= 1

    all_eventsboolean

    Indicates whether or not this Webhook should be triggered by all events.

    authorizationstringnullable

    The authorization header to include in the request to the URL specified by url.

    descriptionstringnullable

    A description of this Webhook.

    disabled_atdate-timenullable

    The date and time at which the Webhook was disabled.

    Example: 2023-03-14T13:46:27-06:00
    disabled_reasonstringnullable

    The reason this Webhook was disabled. This field is only present if disabled_at is present.

    enabledboolean

    Indicates whether or not this Webhook is enabled. If false, the Webhook will not be triggered.

    failed_attemptsinteger

    The number of times this Webhook has failed to be triggered. If this number exceeds the value of 3, the Webhook will be disabled.

    shared_keystring

    The shared key to verify that incoming messages came from Fleetio.

    subscribed_events object

    The events that this Webhook is subscribed to. If all_events is true, this field will be ignored.

    property name*boolean
    urlurirequired

    The URL to which this Webhook will send a POST request when triggered.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64".
You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
curl -L 'https://secure.fleetio.com/api/v1/webhooks/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>'
Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!