v1
latestOpenAPI 3.1.02026-07-2689175245.8 KBAllowlist
Create Allowlist Item
Create an allowlist entry.
Required API key scope
- Orders
post/allowlists
Request body
Example request
{
"value": "example@example.com"
}Response
Success
Example response
{
"id": 1,
"value": "example@example.com",
"created_at": "2023-06-09 00:00:00"
}