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
targetListingEntryId string required

200 Response

connections array[V1ConnectionResponse] required
ownerListingEntry V1ListingEntryWithListingResponse required
targetListingEntry V1ListingEntryWithListingResponse required
id string required
type string required
Allowed values: DVP WHITELIST
status string required
Allowed values: PENDING_DEACTIVATION PENDING_ACTIVATION ACTIVE INACTIVE
label string required
description string
createdBy string required
updatedBy string required
createdAt string required
updatedAt string 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