subscription
Properties
| Name |
Type |
Description |
Notes |
| id |
String |
The Id of the subscription |
[optional] [default to null] |
| 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 |
[optional] [default to null] |
| security |
subscriptionSecurity |
|
[optional] [default to null] |
| eventTypes |
List |
|
[optional] [default to null] |
| isActive |
Boolean |
Whether the subscription is currently active or not |
[optional] [default to null] |
| createdOn |
Date |
The datetime the subscription was created |
[optional] [default to null] |
| modifiedOn |
Date |
The datetime the subscription was last modified |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]