cURL
curl --request GET \ --url https://access.utgl.io/v1/webhooks \ --header 'Authorization: Basic <encoded-value>'
{ "prevPageToken": "<string>", "nextPageToken": "<string>", "webhooks": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "My Webhook", "url": "https://your-webhook.server/utgl-access-webhooks", "status": "created", "events": [ "<string>" ] } ] }
List all Webhooks
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Webhooks retrieved
Opaque page token to retrieve next or previous set of results.
Show child attributes
Was this page helpful?