Sign in

HLR lookup request

documented

Request HLR information for a set of phone numbers.

POST /v2/public/contact/hlr-requestHlr/Mnp Checksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.octopush.com/v1/public/contact/hlr-request\" \\\n  -X POST \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Accept: application/json\" \\\n  -H \"cache-control: no-cache\" \\\n  -H \"api-login: {{OCTOPUSH_API_LOGIN}}\" \\\n  -H \"api-key: {{OCTOPUSH_API_KEY}}\" \\\n  -d '{\"phone_numbers\": {{$phone_numbers}}, \"simulation_mode\": {{$simulation_mode}}}'
HLR lookup request · Octopush · OpenIntegrations