cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/domain/v1beta1/storageAccounts \ --header 'Authorization: Bearer <token>'
{ "defaultStorageAccount": "<string>", "kind": "<string>", "storageAccounts": [ { "addedBy": "<string>", "addedTime": "2023-11-07T05:31:56Z", "email": "<string>", "hasLibrary": true, "isDefault": true, "kind": "<string>", "name": "<string>", "newLibraryAllowed": true, "newLibraryAllowedFor": "<string>" } ] }
Lists storage accounts.
The access token received from the authorization server in the OAuth 2.0 flow.
The domain
The security code
A ApiStorageAccountList response
Show child attributes