Skip to main content

Update the subscription to redirect session events

PATCH 

/redirect-session-events/subscriptions/:eventSubscriptionId

Update the subscription to redirect session events

Request

Path Parameters

    eventSubscriptionId stringrequired

    The unique id of this subscription, which can be used for unsubscribing later on.

Body

required

    callbackUrl urirequired

    callback url that will be called by server for every subscribed event

    apiKey stringrequired

    Possible values: Value must match regular expression ^[A-z0-9=+\/\-:_]{1,128}$

    Sent back in the x-api-key header of the callback

    eventTypes RedirectSessionEventType (string)[]required

    Possible values: [RedirectSessionCancelled], >= 1

    the list of event types to which subscriber would like to listen for

Responses

Webhook updated

Schema

    id uuidrequired

    Unique id of the subscription

    callbackUrl urirequired

    callback url that will be called by server for every subscribed event

    eventTypes RedirectSessionEventType (string)[]

    Possible values: [RedirectSessionCancelled]

Loading...