Add a Go Account connection

post/api/address-book/v1/connections

Add a connection for your Go Account to another Go Account. To connect to a Go Account that's not listed in the public directory, pass a 'walletId'. To connect to a Go Account that is listed in the public directory, pass a value for the 'targetListingEntryId'.

Request Body

One of
listingEntryId string required
localListingEntryDescription string
Min length: >= 1 characters
targetListingEntryId string required

200 Response

connections array[object] required
ownerListingEntry object required
targetListingEntry object required
id string required
type string required
codec for valid connection statuses
Allowed values: DVP WHITELIST
status string required
codec for valid connection statuses
Allowed values: PENDING_DEACTIVATION PENDING_ACTIVATION ACTIVE INACTIVE
label string required
Min length: >= 1 characters
description string
Min length: >= 1 characters
createdBy string required
Min length: >= 1 characters
updatedBy string required
Min length: >= 1 characters
createdAt string <date-time>required
updatedAt string <date-time>required

400 Response

401 Response

errorName string required
error string required

404 Response

errorName string required
error string required

409 Response

errorName string required
error string required

422 Response

errorName string required
error string required

500 Response

errorName string required
error string required