Skip to main content
GET
/
allowlists
/
{id}
Get Allowlist Item
curl --request GET \
  --url https://api.loopreturns.com/api/v1/allowlists/{id} \
  --header 'X-Authorization: <api-key>'
{
  "id": 1,
  "type": "order",
  "value": "[email protected]",
  "secondary_value": "[email protected]",
  "created_at": "2023-06-09 00:00:00"
}

Authorizations

X-Authorization
string
header
required

Path Parameters

id
integer
required

Response

id
integer
Examples:
type
enum<string>
Available options:
order,
email
value
string
Examples:
secondary_value
string
Examples:
created_at
string
Examples: