Overwrite subscription list

Overwrite the existing subscription list.

In order to use the Product change API, please make sure to refer to our guide on how to Sign your API requests to our standard. JWT Signing for Secure API Requests

Overwrite subscription list

put
/subscriptions/{id}
Path parameters
idstringRequired

Unique ID of the subscription list.

Example: 11
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Body
namestringOptional

An optional free-form name for the list.

subscription_typestringRequired

Currently only webhook subscription type is supported. There may be different subscription type in the future.

Example: webhook
target_endpointstringRequired

Partner notification URL.

Responses
200

Successful operation.

application/json
put
/subscriptions/{id}

Last updated

Was this helpful?