createSubscriptionRequest
Properties
| Name |
Type |
Description |
Notes |
| uri |
String |
The URI of the resource to send the web hook to |
[optional] [default to null] |
| secret |
String |
The secret key that will be used when generating the request signature. If left blank, requests will not be signed. |
[optional] [default to null] |
| security |
subscriptionSecurity |
|
[optional] [default to null] |
| eventTypes |
List |
The list of eventType Ids to include in this subscription. |
[optional] [default to null] |
| isActive |
Boolean |
Whether the subscription is currently active or not |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]