Organizations
cURL
curl --request GET \ --url https://api-sandbox.y.uno/v1/organizations/account-groups/{account_group_id} \ --header 'PRIVATE-SECRET-KEY: <api-key>' \ --header 'PUBLIC-API-KEY: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "merchant_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Gets a specific account group by UUID.
Account group UUID.
OK
Was this page helpful?