Sign in

List Numbers

documented

List available numbers with optional country filter.

GET /numbers?country={countryCode}Numbersno 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://numbers.messagebird.com/v1/available-phone-numbers/{{$countryCode}}?number={{$number}}&features=sms&features=voice&type={{$type}}&limit={{$limit}}&search_pattern={{$search_pattern}}&exclude_numbers_require_verification={{$exclude_numbers_require_verification}}&prices={{$prices}}" \
  -X GET \
  -H "Authorization: AccessKey {{MESSAGEBIRD_API_KEY}}" \
  -H "Accept: application/json"