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
.
Create
POST
https://app.moota.co/api/v2/integration/webhook
Request Body
url
string
URL of targeting your sistem for moota push data. so lets define route here
bank_account_id
string
Bank Account Id for refrence mutation by bank account can push with webhook. (leave blank if you want to add all bank account to this webhook)
kinds
string
Kinds can filter mutation by type like credit
debit
or both
for all mutation type
secret_token
string
Secret Token for generate signature security. your can identifier mutation from moota
start_unique_code
number
Start Unique Code for filter amount mutation can push with webhook
end_unique_code
number
End Unique Code for filter amount mutation can push with webhook
Get List Webhook
The table given below describes the /api/v2/integration/webhook
.
Fetch
GET
https://app.moota.co/api/v2/integration/webhook
Query Parameters
url
string
URL of filter by url you have
bank_account_id
string
Bank Account Id of filter by bank account
page
string
Page of number page
per_page
string
Per Page of total rows
History Webhook By Moota Sending To Your Sistem
The table given below describes the /api/v2/integration/webhook/hitory/{webhook_id}
.
History
GET
https://app.moota.api/api/v2/integration/webhook/hitory/{webhook_id}
Path Parameters
webhook_id
string
Webhook id of refrence webhook
Query Parameters
page
string
Page of number by page
per_page
string
Per Page of total rows
Remove Webhook
The table given below describes the /api/v2/integration/webhook/{webhook_id}
.
Remove
DELETE
https://app.moota.app/api/v2/integration/webhook/{webhook_id}
Path Parameters
webhook_id
string
Webhook Id of identified webhook
Last updated