التوثيق

Webhook Endpoint With Secret

A Webhook Endpoint with its signing secret, returned only when the endpoint is created or its secret is rotated. Store the secret securely and use it to verify incoming webhook signatures.

A Webhook Endpoint with its signing secret, returned only when the endpoint is created or its secret is rotated. Store the secret securely and use it to verify incoming webhook signatures.

{  "id": "string",  "object": "webhook_endpoint",  "url": "string",  "description": "string",  "status": "enabled",  "enabledEvents": [    "string"  ],  "livemode": true,  "metadata": {    "property1": null,    "property2": null  },  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z",  "secret": "string"}