Sign in

Allocate Number

documented

Allocate a new number for usage in the API.

POST /a1/numbersNumbersno 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)

Note: I was unable to fetch the official 46elks docs from the web in this session. The command below uses the commonly used 46elks base URL and a typical numbers provisioning pattern. If the documentation specifies a different field set or base path, please adjust accordingly.

npx -y keychains@latest curl "https://api.46elks.com/v1/a1/numbers" \
  -u "{{46ELKS_API_KEY}}:{{46ELKS_SECRET}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"country": "{{$country}}", "phone_number": "{{$phone_number}}", "sms_enabled": "{{$sms_enabled}}"}'