GET
/
api
/
{accountId}
/
info
{
  "id": "1234567890",
  "description": "My account",
  "connections": [
    "1234567890",
    "1234567891"
  ],
  "createdAt": "2024-10-08T18:56:13.861Z",
  "updatedAt": "2024-10-08T18:56:13.861Z"
}

Path Parameters

accountId
string
required

Account ID

Example:

"1234567890"

Response

200
application/json

Retrieve the account

The response is of type object.