GET api/webhooks/registrations

Gets all registrations of the current user.

Request Information

URI Parameters

None

Response Information

A collection of webhook registrations of the current user.

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"
        }
    }
]