---
title: "Create enterprise listing entry"
method: POST
path: "/api/address-book/v1/listing/entry/global"
tags: ["Counterparties"]
---

# Create enterprise listing entry

`POST /api/address-book/v1/listing/entry/global`

Create a listing entry for your enterprises Go Account.

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

## Headers

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

## Request body

- object
  - `walletId` string, required
  - `description` string
  - `public` boolean, required

## Response `200`

OK

- V1ListingEntryResponse
  - `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

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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)
