POST
/
api
/
{accountId}
/
register
{
  "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"

Body

application/json
description
string

Account description

Example:

"My account"

Response

200
application/json
Register the account
id
string
required

Account ID

Example:

"1234567890"

connections
string[]
required

Account connections

Example:
["1234567890", "1234567891"]
createdAt
string
required

Account creation date

Example:

"2024-10-08T18:56:13.861Z"

updatedAt
string
required

Account update date

Example:

"2024-10-08T18:56:13.861Z"

description
string

Account description

Example:

"My account"