Create Subscriptions

POST {{apiPath}}/environments/{{envID}}/subscriptions

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Subscriptions.

Request Body

{"name"=>"SubscriptionName1", "filterOptions"=>{"includedActionTypes"=>["USER.CREATED", "USER.UPDATED"], "includedPopulations"=>[{"id"=>"{{popID}}"}], "includedApplications"=>[{"id"=>"{{appID}}"}]}, "httpEndpoint"=>{"url"=>"https://subscriptionendpoint.com", "headers"=>{"some-header"=>"some-value"}}, "format"=>"ACTIVITY", "verifyTlsCertificates"=>true, "tlsClientAuthKeyPair"=>{"id"=>"{{keyID}}"}, "enabled"=>true}