Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.quo.com/v1/webhooks \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "WHabcd1234", "userId": "US123abc", "orgId": "OR1223abc", "label": "my webhook label", "status": "enabled", "url": "https://example.com/", "key": "example-key", "createdAt": "2022-01-01T00:00:00Z", "updatedAt": "2022-01-01T00:00:00Z", "deletedAt": "2022-01-01T00:00:00Z", "events": [], "resourceIds": [ "PN1234" ] } ] }
List all webhooks for a user.
The unique identifier the user. Defaults to the workspace owner.
^US(.*)$
"U55wgP5I5"
Success
Show child attributes
Was this page helpful?