Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 875 Bytes

WebhookKeyResponse.md

File metadata and controls

15 lines (12 loc) · 875 Bytes

# WebhookKeyResponse

Properties

Name Type Description Notes
id string Unique identifier of the webhook key [optional]
active bool Indicates if the webhook key is active [optional]
created_at int Unix timestamp in seconds with the creation date of the webhook key [optional]
deactivated_at int Unix timestamp in seconds with the deactivation date of the webhook key [optional]
public_key string Public key to be used in the webhook [optional]
livemode bool Indicates if the webhook key is in live mode [optional]
object string Object name, value is webhook_key [optional]

[Back to Model list] [Back to API list] [Back to README]