Create network client

post/api/network/v1/admin/clients

Create a new OES Network client.

Query Parameters

  • trustOrgstringRequired
    Trust organization identifier for the client. Determines which trust organization context this client operates within.
    Enum: BitGo Trust BitGo New York BitGo Germany BitGo Switzerland BitGo Europe ApS Frankfurt DE Trust BitGo Singapore BitGo Korea BitGo Custody MENA FZE BitGo India BitGo Sister Trust 1

Request Body

enterpriseId string required
Enterprise ID that this client will be associated with.
Min length: >= 1 characters

200 Response

client object required
The complete client object that was successfully created.
id string required
The id of the client.
enterpriseId string required
The enterprise ID that this client is associated with.
Min length: >= 1 characters
trustOrg string required
The trust organization that this client is associated with.
Allowed values: BitGo Trust BitGo New York BitGo Germany BitGo Switzerland BitGo Europe ApS Frankfurt DE Trust BitGo Singapore BitGo Korea BitGo Custody MENA FZE BitGo India BitGo Sister Trust 1
walletId string required
The Go Account ID that the client is associated with
Min length: >= 1 characters
createdAt string <date-time>required
The timestamp when the client was created. (ISO 8601 format)
updatedAt string <date-time>required
The timestamp when the client was last updated. (ISO 8601 format)
balanceAlertLastSent string
Last time a balance alert was sent. Typically will be undefined.

400 Response

401 Response

error string required

403 Response

error string required

422 Response

error string required

500 Response

error string required