Sign in

Subscribe plans

documented

Subscribe plans for a sub account.

POST /accounts/{accountId}/plansBillingno 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.zoom.us/v2/accounts/{{$accountId}}/plans" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"contact": {"first_name": "{{$first_name}}", "last_name": "{{$last_name}}", "email": "{{$email}}", "phone_number": "{{$phone_number}}", "address": "{{$address}}", "apt": "{{$apt}}", "city": "{{$city}}", "state": "{{$state}}", "zip": "{{$zip}}", "country": "{{$country}}"}, "plan_base": {"type": "{{$plan_base_type}}", "hosts": {{$plan_base_hosts}}}, "plan_zoom_rooms": {"type": "{{$plan_zoom_rooms_type}}", "hosts": {{$plan_zoom_rooms_hosts}}}, "plan_room_connector": {"type": "{{$plan_room_connector_type}}", "hosts": {{$plan_room_connector_hosts}}}, "plan_large_meeting": [{"type": "{{$plan_large_meeting_type}}", "hosts": {{$plan_large_meeting_hosts}}}], "plan_webinar": [{"type": "{{$plan_webinar_type}}", "hosts": {{$plan_webinar_hosts}}}], "plan_recording": "{{$plan_recording}}", "plan_audio": {"type": "{{$plan_audio_type}}", "tollfree_countries": "{{$plan_audio_tollfree_countries}}", "premium_countries": "{{$plan_audio_premium_countries}}", "callout_countries": "{{$plan_audio_callout_countries}}", "ddi_numbers": {{$plan_audio_ddi_numbers}}}}'"