Add Token to Recipient List

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

Path Params
string
required

The program code identifying the BaaS program context.

string
required
Body Params

The request payload containing token and recipient details.

  • SenderAccountIdentifier: The sender's account identifier.

  • SenderTokenName: The sender's token name.

  • LinkedAccountIdentifier: The linked account identifier.

  • LinkedTokenName: The linked token name.

  • Nickname: The nickname for the recipient.

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.

string | null

The unique identifier for the sender's account.

string | null

The token name associated with the sender's account.

string | null

The unique identifier for the linked (recipient's) account.

string | null

The token name associated with the linked (recipient's) account.

string | null

The nickname assigned to the recipient or account link.

Headers
string
required

A unique request identifier for tracking and logging. Should be a GUID.

string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Response
401

Unauthorized

Language
Credentials
Header
LoadingLoading…