cURL
curl --request GET \ --url https://api.usecloudpress.com/v2/webhooks/{Id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "endpoint": "<string>", "description": "<string>", "events": [ "<string>" ], "connections": [ { "id": 123, "name": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the webhook to retrieve.
Success
Describes a webhook.