List Webhooks ​
You can use this endpoint to list all the webhooks that have been created for your Truto account.
Endpoint ​
http
GET /webhookResponse Body ​
results
object[]
id
string · uuid
The ID of the webhook.
 Example: 
4a4de828-f4db-4c9e-adfd-434e0864c3c7target_url
string
The URL where the webhook should send the data.
 Example: 
https://example.com/webhookis_active
boolean
Whether the webhook is active or not. Inactive webhooks will not receive any data.
 Example: 
trueenvironment_id
string · uuid
The ID of the environment that this webhook belongs to.
 Example: 
05daecaf-4365-42e8-8370-8127de5dd717event_types
string[]
The list of event types that the webhook is subscribed to.
 Example: 
["integrated_account:created", "integrated_account:updated"]All possible enum values:
- sync_job_run:created
- sync_job_run:updated
- sync_job_run:started
- sync_job_run:completed
- sync_job_run:failed
- sync_job_run:record
- integrated_account:created
- integrated_account:updated
- integrated_account:active
- integrated_account:reactivated
- integrated_account:authentication_error
- integrated_account:post_install_error
- integrated_account:validation_error
- integrated_account:post_connect_form_submitted
- record:created
- record:updated
- record:deleted
- sync_job_cron_trigger:failed
- batch_job:dry_run_completed
- batch_job:completed
- batch_job:dry_run_failed
- batch_job:failed
created_at
string · date-time
The date and time when the webhook was created.
 Example: 
2021-08-10T10:00:00.000Zupdated_at
string · date-time
The date and time when the webhook was last updated.
 Example: 
2021-08-10T10:00:00.000Znext_cursor
string
limit
number