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.

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.

Response
401

Unauthorized

Language
Credentials
Header
LoadingLoading…