Sign in

Update Vanity Number

documented

Update a vanity number.

PUT /2.0/vanitynumber/{VanityNumberId}Vanity 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://{{DIALMYCALLS_API_KEY}}@api.dialmycalls.com/2.0/vanitynumber/{{$VanityNumberId}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"call_options": {"voicemail": {{$voicemail}}, "ptt": {{$ptt}}, "optin": {{$optin}}, "repeat": {{$repeat}}}, "recording_source": "{{$recording_source}}", "specific_recording_id": "{{$specific_recording_id}}", "play_cta": {{$play_cta}}, "ptt_number_id": "{{$ptt_number_id}}"}'