Organizations
cURL
curl --request POST \ --url https://api-sandbox.y.uno/v1/organizations/account-groups/{account_group_id}/accounts \ --header 'Content-Type: application/json' \ --header 'PRIVATE-SECRET-KEY: <api-key>' \ --header 'PUBLIC-API-KEY: <api-key>' \ --data ' { "name": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "account_group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Creates a new account under an account_group_id.
The unique identifier of the account group.
Account name (min=1, max=255).
Created
Was this page helpful?