---
title: "Bulk add Go Account connections"
method: POST
path: "/api/address-book/v1/connections/bulk"
tags: ["Counterparties"]
---

# Bulk add Go Account connections

`POST /api/address-book/v1/connections/bulk`

Add connections for your Go Account to multiple other Go Accounts.

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

## Headers

- `enterprise-id` string, required
- `user-id` string, required

## Request body

- object
  - `walletId` string, required
  - `targetWalletIds` string[], required

## Response `200`

OK

- V1BulkConnectionsResponse
  - `requestedConnections` string[], required
  - `rejectedConnections` string[], required
  - `successfulConnections` string[], required

## 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)
