post https://app.moderntreasury.com/api/external_accounts
Create a new external account
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Create a new external account
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://app.moderntreasury.com/api/external_accounts \
--header 'content-type: application/json' \
--data '
{
"account_type": "other"
}
'
Try It!
to start a request and see the response here!