id | string | Unique identifier for the Webhook Endpoint |
object | string | Identifier for the type of object. Its value for Webhook Endpoints will always correspond to webhook_endpoint |
description | string | Optional description about the Webhook Endpoint's purpose |
url | string | The URL associated to the webhook to which the events will be sent |
status | string | Indicates whether the Webhook Endpoint is active (enabled ) or inactive (disabled ) |
enabled_events | Array[string] | Events that will be sent to the Webhook Endpoint |
mode | string | Indicates whether the Webhook Endpoint is in live mode or in test mode (for the sandbox) |
secret | string | Token used by Fintoc to generate the webhook signatures. This is the token you should use to validate a webhook was sent by Fintoc. This field will only be sent when creating the Webhook Endpoint. Further requests will always return this field as null |
created_at | string | Webhook Endpoint 's creation date, using ISO 8601 |