Webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
The EverTransit Webhooks API allows you to create a new webhook and delete an existing one. To make your requests, you can use the endpoints and their methods listed below.
id
string
A unique identifier for the webhook.
events
array
A list of all the events that the webhook will subscribe to.
endpoint
string
A URL endpoint that will be called after the webhook receives any of the events it is subscribed to.
description
string
Brief description of the webhook functionality.
status
boolean
The status of the webhook. For example, active or disabled.
secret
string
A unique identifier used to identify webhook.
Create a new webhook.
A list of all the events that the webhook will subscribe to.
ride_created
A URL endpoint that will be called after the webhook receives any of the events it is subscribed to.
https://myexample.com/mywebhook
A unique identifier used to identify your webhook.
my-secret
Brief description of the webhook functionality.
My first webhook