Interface GetTokenInput

The GetTokenInput used by the constructor of CreateToken

interface GetTokenInput {
    email?: string;
    includeAllTokens?: boolean;
    personId?: string;
    status_code?: number;
    tokenId?: number;
}

Properties

email?: string

The email address of the person.

includeAllTokens?: boolean

If not status code is provided, returns all tokens if provided

personId?: string

The bambu personId for identifying a person.

status_code?: number

Filters the tokens by the status code

Default

200
0 - Pending
200 - Created
400 - Failed to mint
tokenId?: number

The orderId to retrieve a specific order.