---
title: "Add Token to Recipient List"
method: POST
path: "/programcode/{programCode}/accounts/{accountIdentifier}/contacts"
tags: ["TokenManagement"]
---

# Add Token to Recipient List

`POST /programcode/{programCode}/accounts/{accountIdentifier}/contacts`

Adds a token to the user's recipient list for the specified program.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Headers

- `X-GD-RequestId` string, required

## Request body

- AddTokenToRecipientsRequest — Represents a request to add a token to a recipient's account link. Contains sender and linked account/token details, nickname, and program context. Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.
  - `senderaccountidentifier` string, nullable — The unique identifier for the sender's account.
  - `sendertokenname` string, nullable — The token name associated with the sender's account.
  - `linkedaccountidentifier` string, nullable — The unique identifier for the linked (recipient's) account.
  - `linkedtokenname` string, nullable — The token name associated with the linked (recipient's) account.
  - `nickname` string, nullable — The nickname assigned to the recipient or account link.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/versions/666553766b78/schema)
