Update a subscription

This endpoint allows you to update the encryption key or endpoint URL of an existing subscription. To update the value, populate the field with the new input.

Before you can update a subscription, you must first obtain the subscription id and concurrency token (also known as the RowVersion property) for the specific subscription, as we have concurrency controls in place for PUT actions.

You can retrieve these two values by calling GET/api/v1/notificationselfservice/subscription.

You can read more about our concurrency handling here.

Path Params
uuid
required

Subscription identifier

Body Params
string | null

Updated 32 characters encryption key

string | null

Updated URL where notifications are sent to

string | null
int32 | null
5 to 1000

Maximum number of notifications per webhook message

boolean | null

Whether mTLS security is enabled or disabled

Headers
string
required

Subscription concurrency token also labeled as rowVersion in the GET responses

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

500

Internal Server Error. Something unexpected happened on BC Connect side.

Language
Credentials
Bearer
LoadingLoading…
Response
Choose an example:
text/plain
application/json
text/json