technical-docs
Search…
technical-docs
Getting Started
Authentication
Profile
Bank Account
Mutation
Tagging
Topup
Webhook
Powered By
GitBook
Tagging
Tagging for labeled mutation or splited mutation by tagging. you can manage all tagging here...
Create Tagging
The table given below describes the
/api/v2/tagging
.
post
https://app.moota.co
/api/v2/tagging
Create
Update Tagging
The table given below describes the
/api/v2/tagging/{tag_id}
. Use this API to update an existing beneficiary identified by its
tag_id
.
put
https://app.moota.co/
api/v2/tagging/{tag_id}
Update
Get Taggings
The table given below describes the
/api/v2/tagging
.
get
https://app.moota.co/
api/v2/tagging
Fetch
Remove Tagging
The table given below describes the
/api/v2/tagging/{tag_id}
.
delete
https://app.moota.co/
api/v2/tagging/{tag_id}
Remove
Previous
Mutation
Next
Topup
Last modified
10mo ago
Copy link
Outline
Create Tagging
post
Create
Update Tagging
put
Update
Get Taggings
get
Fetch
Remove Tagging
delete
Remove