Phone Number
Get phone numbers allow or block list
Retrieve the list of phone numbers in the allow or block list.
In order to get access to this endpoint, contact our support team.
GET
Get phone numbers allow or block list
Retrieve the phone numbers currently on your account’s allow list or block list. Use the
{action} path parameter — either allow or block — to select which list to fetch. Allow list entries bypass the anti-fraud system; block list entries are rejected before a verification is ever attempted.
Access to the management API is opt-in. Contact our support team to enable it on your account. You can also edit these lists from the Verify API > Configure > Numbers tab of the Prelude dashboard. For background, see Prevent Fraud.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The action type - either "allow" or "block"
Available options:
allow, block Response
OK
A list of phone numbers in the allow or block list.
Previous
Add phone number to allow or block listAdd a phone number to the allow or block list.
This operation is idempotent - re-adding the same phone number will not result in duplicate entries or errors. If the phone number already exists in the specified list, the operation will succeed without making any changes.
In order to get access to this endpoint, contact our support team.
Next
Get phone numbers allow or block list