Get details from a webhook

Get details from a previously created webhook.

Request
path Parameters
webhookId
required
string <uuid>

Identifier of a previously created webhook.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/webhooks/{webhookId}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "type": "VerificationCompleted",
  • "allowInsecureUrl": true,
  • "includeSensitiveInfo": true
}