Blocked phones prevent reports from being processed for candidates with specific phone numbers. If a report is created for one of your blocked phones, it will automatically be canceled right away. This feature must be enabled for your account. Use this resource to manage the list of blocked phones for your account.
Retrieve a paginated list of blocked phones for your account. See Pagination.
List of blocked phones
Unauthorized
Not Found
{- "object": "list",
- "meta": {
- "page": 2,
- "per_page": 25,
- "total_count": 137,
- "total_pages": 6
}, - "data": [
- {
- "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
- "phone": "+14155552671",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}Add a phone number to the blocked list for your account. Reports created for candidates with a blocked phone will automatically be canceled right away.
required | object |
Blocked phone was created successfully
Bad Request
Unauthorized
Unprocessable Entity
{- "blocked_phone": {
- "phone": "+14155552671"
}
}{- "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
- "phone": "+14155552671",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Remove a phone number from the blocked list for your account.This won't impact any previously-canceled reports for that phone. It will allow processing of future reports created for that phone.
Blocked phone was deleted successfully
Unauthorized
Not Found
{- "errors": [
- "Not Authenticated"
]
}