Skip to main content

Get a webhook subscription

Log in to add to favourites
GET/api/management/projects/{projectId}/events/webhooks/subscriptions/{subscriptionId}

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
subscriptionId(required)pathstringuuidThe unique identifier of the subscription

Responses

HTTP status codeReasonModel
200SuccessWebhook Subscription
403ForbiddenError
404Subscription not foundError
500Internal server errorError

Examples

Get a specific webhook subscription.

HTTP
GET: /api/management/projects/movies/events/webhooks/subscriptions/0a37d5dd-9408-461d-b09c-3e63d6acfbba

Example response

JSON
HTTP Status: 200 OK

{
    "id": "0a37d5dd-9408-461d-b09c-3e63d6acfbba",
    "name": "b.g.kahn",
    "description":  "Some updated description",
    "url": "https://mywebservice.com/eventhandler",
    "enabled": true,
    "topics": [
        {
            "resourceType": "entry",
            "event": [
                "created"
            ],
            "contentTypeId": [
                "blog"
            ],
            "language": [
                "en-GB"
            ],
            "owner": "t.durden"
        },
        {
            "resourceType": "entry",
            "event": [
                "updated"
            ],
            "contentTypeId": [
                "blog"
            ],
            "language": [
                "en-GB"
            ],
            "owner": "t.durden"
        },
        {
            "resourceType": "contentType",
            "event": [
                "created"
            ]
        }
    ],
    "templates": {},
    "headers": {},
    "version": {
        "createdBy": "stub user",
        "created": "2020-11-25T09:49:36.568912Z",
        "modifiedBy": "stub user",
        "modified": "2020-11-25T09:53:49.9189103Z",
        "versionNo": "2.0"
    }
}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request