---
title: "Add token allowlist entry"
method: POST
path: "/v1/issuance/tokens/{tokenId}/allowlist"
tags: ["Issuance"]
---

# Add token allowlist entry

`POST /v1/issuance/tokens/{tokenId}/allowlist`

Adds an allowlist entry for a token.

## Path parameters

- `tokenId` string, required — Token identifier.

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Request body

- object — Add token allowlist entry request body.
  - `address` string, required — Wallet address to allowlist.
  - `label` string — Optional label for the allowlist entry.

## Response `201`

Allowlist entry added

- object — Standard success response envelope.
  - `data` object, required — Token allowlist entry response payload.
    - `entry` object, required — Token allowlist entry.
      - `id` string, required — Token allowlist entry identifier.
      - `tokenId` string, required — Token identifier.
      - `address` string, required — Allowlisted wallet address.
      - `label` string, nullable, required — Optional label for the address.
      - `status` 'active' | 'revoked', required — Allowlist entry status.
      - `addedBy` string, required — Actor identifier that added the entry.
      - `createdAt` string, date-time, required — Creation timestamp.
      - `revokedAt` string, date-time, nullable, required — Revocation timestamp, if revoked.
  - `meta` object, required — Response metadata.
    - `requestId` string, required — Request identifier for tracing.
    - `timestamp` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `400` — Error
- `401` — Error
- `403` — Error
- `404` — Error
- `409` — Error
- `500` — Error

---

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