Skip to main content
PATCH
Update Webhook Endpoint
v1 · Base URL https://api.fintoc.com/v1

Headers

Authorization
string
default:sk_test_9c8d8CeyBTx1VcJzuDgpm4H

Fintoc Secret Key

Path Parameters

id
string
default:we_ZVkXK1EXCAEOl0pJ
required

The id of the Webhook Endpoint to update.

Body

application/json
description
string
default:Descripción del Webhook Endpoint

Optional description that might help identify the responsibilities of the endpoint.

enabled_events
string[]

Events that will trigger a webhook to be sent.

url
string
default:https://my.webhook.endpoint

URL that will receive the notifications about events.

disabled
boolean
default:false

Optional parameter to disable or enable the notifications to the endpoint.

Response

200 - application/json

200

id
string
Example:

"we_M6yrvOepCe3Rqp8B"

description
string
Example:

"Eventos que recibirá el webhook."

url
string
Example:

"https://my.webhook.endpoint"

status
string
Example:

"enabled"

mode
string
Example:

"test"

secret
any
enabled_events
string[]
created_at
string
Example:

"2021-05-17T17:04:10.284Z"