---
title: "Add Go Account connection"
method: POST
path: "/api/address-book/v1/connections"
tags: ["Counterparties"]
---

# Add 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`.

**Requires access token scope:** `wallet_spend_all`

## Request body

- union
  - object
    - `listingEntryId` string, required
    - `localListingEntryDescription` string
    - `targetListingEntryId` string, required
  - object
    - `listingEntryId` string, required
    - `localListingDescription` string
    - `localListingEntryDescription` string
    - `localListingName` string, required
    - `walletId` string, required

## Response `200`

OK

- V1ConnectionWithOwnerAndTargetListResponse
  - `connections` object[], required
    - `ownerListingEntry` V1ListingEntryWithListingResponse, required
      - `listing` V1ListingResponse, required — codec for listing http response
        - `id` string, required
        - `name` string, required
        - `description` string
        - `editable` boolean, required — True, if the name is editable.
      - `id` string, required
      - `walletId` string, required
      - `coin` string, required
      - `type` 'GO_ACCOUNT', required — codec for entry type
      - `description` string
      - `discoverable` boolean, required
      - `featured` boolean, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `targetListingEntry` V1ListingEntryWithListingResponse, required
      - `listing` V1ListingResponse, required — codec for listing http response
        - `id` string, required
        - `name` string, required
        - `description` string
        - `editable` boolean, required — True, if the name is editable.
      - `id` string, required
      - `walletId` string, required
      - `coin` string, required
      - `type` 'GO_ACCOUNT', required — codec for entry type
      - `description` string
      - `discoverable` boolean, required
      - `featured` boolean, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `id` string, required
    - `type` 'DVP' | 'WHITELIST', required — codec for valid connection statuses
    - `status` 'PENDING_DEACTIVATION' | 'PENDING_ACTIVATION' | 'ACTIVE' | 'INACTIVE' | 'UNDER_REVIEW' | 'REQUESTED', required — codec for valid connection statuses
    - `label` string, required
    - `description` string
    - `createdBy` string, required
    - `updatedBy` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `linkedConnectionId` string
    - `hidden` boolean, required
    - `requestRemindersSent` number
    - `requestReminderLastSent` string, date-time
    - `evaluationId` string
  - `totalCount` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
