technical-docs
Search…
⌃K

Webhook

Webhook can push all new mutation from bank account to your sistem.

Create Webhook

define webhook and you can receive new muation from moota
The table given below describes the /api/v2/bank.
post
https://app.moota.co/
api/v2/integration/webhook
Create

Get List Webhook

The table given below describes the /api/v2/integration/webhook.
get
https://app.moota.co/
api/v2/integration/webhook
Fetch

History Webhook By Moota Sending To Your Sistem

The table given below describes the /api/v2/integration/webhook/hitory/{webhook_id}.
get
https://app.moota.api/
api/v2/integration/webhook/hitory/{webhook_id}
History

Remove Webhook

The table given below describes the /api/v2/integration/webhook/{webhook_id}.
delete
https://app.moota.app/
api/v2/integration/webhook/{webhook_id}
Remove
Last modified 1yr ago