Create risk check
POST/api/v2/numbers/risk_checks
Creates a new risk check task for the provided phone numbers (maximum 1500 numbers per request).
Use the returned task ID to check the status and retrieve results via the tasks and logs endpoints.
Note: Results are informational only. Use at your own discretion.
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 201
- 401
- 403
- 422
returns created risk check task
returns unauthorized for without authentication
returns forbidden for without access to risk checks
returns unprocessable entity for empty numbers