# Allowlists 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](https://www.rebilly.com/docs/automations/blocklists/) when a [risk score](https://www.rebilly.com/docs/automations/risk-scoring/) threshold reached. ## Retrieve allowlist collection - [GET /allowlists](https://www.rebilly.com/docs/dev-docs/api/allowlists/getallowlistcollection.md): Retrieves allowlist collection. ## Create allowlist record - [POST /allowlists](https://www.rebilly.com/docs/dev-docs/api/allowlists/postallowlist.md): Creates allowlist record. ## Retrieve allowlist record - [GET /allowlists/{id}](https://www.rebilly.com/docs/dev-docs/api/allowlists/getallowlist.md): Retrieves allowlist record. ## Delete allowlist record - [DELETE /allowlists/{id}](https://www.rebilly.com/docs/dev-docs/api/allowlists/deleteallowlist.md): Deletes allowlist record with a specified ID.