Update webhook authentication

Updates the authentication method for the webhook subscription with the specified ID.

Path Params
string
required

The ID of the webhook subscription you want to update.

Body Params

The authentication details for the webhook subscription.

string
required
length ≥ 1

The type of authentication to use for the webhook subscription. Valid values are the following:

  • BasicAuth
  • Token
  • Hmac

string
required
length ≥ 1

The username to use for basic authentication. Required when the type is BasicAuth.

string
required
length ≥ 1

The password to use for basic authentication. Required when the type is BasicAuth.

string
required
length ≥ 1

The token to use for token authentication. Required when the type is Token.

Responses
200

A successful response with an empty body or secret in case of Hmac auth type.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json