GET
/
allowlists
/
{id}
curl --request GET \
  --url https://api.loopreturns.com/api/v1/allowlists/{id} \
  --header 'X-Authorization: <api-key>'
{
  "id": 1,
  "type": "order",
  "value": "example@example.com",
  "secondary_value": "example.2@example.com",
  "created_at": "2023-06-09 00:00:00"
}

Authorizations

X-Authorization
string
header
required

Path Parameters

id
integer
required

The unique identifier associated with the allowlist entry.

Response

200
application/json
Success

The response is of type object.