Create a notification setting
POST {{baseUrl}}/notification-settings
Creates a new notification setting (notification destination).
Pass an array of event type names to subscribed_events
to say which events you'd like to subscribe to. Paddle responds with the full event type object for each event type.
If successful, your response includes a copy of the new notification setting entity. Use the returned endpoint_secret_key
for webhook signature verification.
Request Body
{"type"=>"<string>", "description"=>"<string>", "destination"=>"<string>", "subscribed_events"=>["<string>", "<string>"], "api_version"=>"<integer>", "include_sensitive_fields"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |