Skip to main content
POST
Create Allowlist Item

Authorizations

X-Authorization
string
header
required

Body

application/json
value
string
required

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

Example:

"example@example.com"

type
enum<string>
required

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

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"