GET Accounts Metadata
Returns the list of accounts that current user have access to.
Description
If you want to get the list of all accounts that you have access to, you can call this API endpoint.
Response
200 OK
[
{
"accountId": "string",
"accountName": "string"
}
]
Array [
Object { }
] accountId: String
accountName: String