Update an Item's Webhook
POST https://{{env_url}}/processor/token/webhook/update
This endpoint allows you to update the webhook url for an Item
. This request triggers a WEBHOOK_UPDATE_ACKNOWLEDGED
webhook.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "processor_token"=>"{{processor_token}}", "webhook"=>"ENTER_WEBHOOK_URL_HERE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"request_id":"vYK11LNTfRoAMbj"}