Whitelist Object

A whitelist can be a contact address or a smart contract address. The whitelist is stored and managed by an organization and is identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for whitelists:

Field

Type

Description

id

string

The UUID. A unique ID of the whitelist.

created_at

date

The creation time of this whitelist.
Standard format of timestamp with a time zone.
ISO_8601

updated_at

date

The time when this whitelist details were last updated.
Standard format of timestamp with a time zone.
ISO_8601

name

string

The display name of this whitelist.

address

string

The address of the contact or smart contract to be whitelisted.

blockchain

string

The blockchain of this address.

notes

text

The notes for this whitelist.

organization_id

string

The ID of the organization to which this whitelist belongs. See Organization Object