Skip to main content
Docs

The Backend AllowlistIdentifier object

The Backend AllowlistIdentifier object represents an identifier that has been added to the allowlist of your application. The Backend AllowlistIdentifier object is used in the Backend API and is not directly accessible from the Frontend API.

Properties

  • Name
    createdAt
    Type
    number
    Description

    The date when the allowlist identifier was first created.

  • Name
    id
    Type
    string
    Description

    A unique ID for the allowlist identifier.

  • Name
    identifier
    Type
    string
    Description

    The identifier that was added to the allowlist.

  • Name
    identifierType
    Type
    "email_address" | "phone_number" | "web3_wallet"
    Description

    The type of the allowlist identifier.

  • Name
    instanceId?
    Type
    string
    Description

    The ID of the instance that this allowlist identifier belongs to.

  • Name
    invitationId?
    Type
    string
    Description

    The ID of the invitation sent to the identifier.

  • Name
    updatedAt
    Type
    number
    Description

    The date when the allowlist identifier was last updated.

Feedback

What did you think of this content?

Last updated on