Use allowlists to exclude specific customer attribute data from risk score checks.
Allowlists are lists of data that are excluded from risk score checks. Allowlists prevent specific data from being added to a blocklist record when a risk score threshold reached.
Retrieves allowlist collection.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/allowlists
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/allowlists
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/allowlists
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/allowlists?filter=string&sort=string&limit=0&offset=0' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Allowlist collection retrieved.
ID of the allowlist record.
Type of data to exclude from risk score checks. Data types that are added to this field are excluded from risk score checks and are not added to blocklists.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
[ { "id": "rsal_01HXBY67D5CNWM2YK79PFZR4C2", "type": "address", "value": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]