Sign in

MNP / Portage check

documented

Check mobile number portability for given numbers.

POST /v2/public/contact/mnp-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/mnp-request" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "cache-control: no-cache" \
  -H "api-login: {{OCTOPUSH_API_LOGIN}}" \
  -H "api-key: {{OCTOPUSH_API_KEY}}" \
  -d '{"phone_numbers": {{$phone_numbers}}}'