HLR API Reference
Every HLR endpoint, grouped by the role a key needs to call it. Requests go through the gateway and must be signed — see Authentication.
Lookups
Queues one number or a batch for lookup and returns a job to poll. The job is charged per number as results arrive.
Returns a job's status, per-outcome counts and price. Poll this after submitting.
Returns the per-number results of a job, paginated. Use exports for large completed jobs.
Returns your lookup jobs, newest first, filterable by category, status and date range.
Stops a queued or running job. Numbers not yet processed are not charged. Repeating this is safe. This operation is safe to repeat: repeating it returns the existing state and performs no further action.
Exports
Returns the export's availability and, once ready, a time-limited download link.
Starts building a downloadable file of a completed job's results. Repeating this returns the existing build. This operation is safe to repeat: repeating it returns the existing state and performs no further action.
Withdraw a refund request POST
Withdraws a refund request that is still pending. Repeating this is safe. This operation is safe to repeat: repeating it returns the existing state and performs no further action.
Submit a lookup POST
Queues one number or a batch for lookup and returns a job to poll. The job is charged per number as results arrive.