Sign in

Get Numbers

documented

List leased/available numbers.

GET /get-numbers.jsonNumbersno 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.transmitsms.com/get-numbers.json?page={{$page}}&max={{$max}}&filter={{$filter}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{KUDOSITY_SECRET}}"
Get Numbers · Kudosity · OpenIntegrations