Skip to main content
GET
Get Allowlist Item

Authorizations

X-Authorization
string
header
required

Path Parameters

id
integer
required

The unique identifier associated with the allowlist entry.

Response

Success

id
integer

The unique identifier associated with the allowlist entry.

Example:

1

type
enum<string>

The type of value allowed by this allowlist entry. order is the order number of the allowed order and email is the customer's email address.

Available options:
order,
email
value
string

The allowed value. Returns made using this value will override any other return ineligibility.

Example:

"example@example.com"

created_at
string | null

The date and time at which the entry was created.

Example:

"2023-06-09 00:00:00"