cURL
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" }
Retrieve an allowlist entry.
The unique identifier associated with the allowlist entry.
Success
The response is of type object.
object