v1
latestOpenAPI 3.1.02026-07-2689175245.8 KBAllowlist
Get Allowlist Item
Retrieve an allowlist entry.
Required API key scope
- Orders
get/allowlists/{id}
Path parameters
idinteger required
The unique identifier associated with the allowlist entry.
Response
Success
Example response
{
"id": 1,
"value": "example@example.com",
"created_at": "2023-06-09 00:00:00"
}