- Retrieve allowlist collection
Create allowlist record
Retrieve allowlist record
Delete allowlist record
Retrieve allowlist collec...
Retrieves allowlist collection.
Security
SecretApiKey or JWT
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.
Array []
ID of the allowlist record.
Example:"rsal_01HXBY67D5CNWM2YK79PFZR4C2"
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.
Enum:"address""bank-account""bin""country""customer-id""email""email-domain""fingerprint""ip-address""payment-card"
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.
Response
[ { "id": "rsal_01HXBY67D5CNWM2YK79PFZR4C2", "type": "address", "value": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]