Sign in

Show Number

documented

Show details for a specific allocated number.

GET /a1/numbers/{id}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://api.46elks.com/a1/numbers/{{$id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Authorization: Basic {{46ELKS_SECRET}}"
Show Number · 46elks · OpenIntegrations