GET api/webhooks/registrations/{id}
Gets a specific registration.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the webhook to retreive. |
string
|
Required. |
Response Information
The webhook registration.Response Formats
application/json, text/json
Sample:
{
"Id":"6e9beff043d345648dee2aa93df0b5ee",
"WebHookUri": "http://webhook.site/e3bfd439-ea9d-40be-bdae-509c4c504228?NoEcho=1",
"Description": "Registration for ClientReport mutations",
"IsPaused":false,
"Secret":"94024328ed01425a8504c37790748743",
"Filters":
[
"ClientReport"
],
"Properties":
{
"My Property Name": "My Property Value"
},
"Headers":
{
"My Header Name": "My Header Value"
}
}