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

# Create enterprise listing

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

Create a listing for your enterprise in the Go network.
Once you create a listing for your enterprise, you can list your Go Account in the public directory.

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

## Headers

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

## Request body

- object
  - `description` string

## Response `200`

OK

- V1GlobalListingResponse — codec for global listing http response
  - `id` string, required
  - `enterpriseId` string, required
  - `description` string
  - `name` string, required
  - `owner` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

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