Goldmine
Contracts

Get Account Groups

POST
/contracts.v1.Contracts/GetAccountGroups

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/contracts.v1.Contracts/GetAccountGroups" \  -H "Content-Type: application/json" \  -d '{}'
{
  "accountGroups": [
    {
      "createdAt": "2019-08-24T14:15:22Z",
      "deletedAt": "2019-08-24T14:15:22Z",
      "id": "EBESExQVFhcYGRobHB0eHw==",
      "members": [
        "string"
      ],
      "name": "string",
      "updatedAt": "2019-08-24T14:15:22Z",
      "workspaceId": "string"
    }
  ],
  "notFoundIds": [
    "string"
  ]
}
Empty