cURL
curl --request GET \ --url https://api.synctera.com/v2/webhooks
{ "webhooks": [ { "enabled_events": [ "ACCOUNT.CREATED" ], "is_enabled": true, "url": "<string>", "description": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "last_updated": "2023-11-07T05:31:56Z", "metadata": "<string>", "tenant": "abcdef_ghijkl" } ], "next_page_token": "a8937a0d" }
List all webhooks
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1
100
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
List of webhooks
Array of webhooks
Show child attributes
If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.
Was this page helpful?