Branches
Available actions
Example - Creating a Branch
curl -X 'POST' \
'https://api.moropo.com/branches' \
-H 'accept: */*' \
-H 'x-app-api-key: MOROPO_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"branchName": "BRANCH_NAME"
}'Expected Response
Example - Deleting a Branch
Expected Response
Last updated