Skip to content

Instantly share code, notes, and snippets.

@dtolb
Last active August 8, 2016 13:44
Show Gist options
  • Save dtolb/1b1a78a9e3ecaea86ee944b3e3e0872e to your computer and use it in GitHub Desktop.
Save dtolb/1b1a78a9e3ecaea86ee944b3e3e0872e to your computer and use it in GitHub Desktop.
Api Checklist

Rest API Coverage


  • Account
    • Information
    • Transactions
  • Applications
    • List
    • Create
    • Get info
    • Update
    • Delete
  • Available Numbers
    • Search Local
    • Buy Local
    • Search Tollfree
    • Buy Tollfree
  • Bridges
    • List
    • Create
    • Get info
    • Update Calls
    • Play Audio
      • Speak Sentence
      • Play Audio File
    • Get Calls
  • Calls
    • List all calls
    • Create
    • Get info
    • Update Status
      • Transfer
      • Answer
      • Hangup
      • Reject
    • Play Audio
      • Speak Sentence
      • Play Audio File
    • Send DTMF
    • Events
      • List
      • Get individual info
    • List Recordings
    • List Transciptions
    • Gather
      • Create Gather
      • Get Gather info
      • Update Gather
  • Conferences
    • Create conference
    • Get info for single conference
    • Play Audio
      • Speak Sentence
      • Play Audio File
    • Members
      • Add member
      • List members
      • Update members
        • Mute
        • Remove
        • Hold
      • Play Audio to single member
        • Speak Sentence
        • Play Audio File
  • Domains
    • List all domains
    • create domain
    • Delete domain
  • Endpoints
    • List all endpoints
    • Create Endpoint
    • Get Single Endpoint
    • Update Single Endpoint
    • Delete Single Endpoint
    • Create auth token
  • Errors
    • Get all errors
    • Get info on Single Error
  • Intelligence Services
    • Number Intelligence
  • Media
    • List all media
    • Upload media
    • Download single media file
    • Delete single media
  • Messages
    • List all messages
    • Send Message
    • Get single message
    • Batch Messages (single request, multiple messages)
  • Number Info
    • Get number info
  • Phone Numbers
    • List all phonenumbers
    • Get single phonenumber
    • Order singe number
    • Update single number
    • Delete number
  • Recordings
    • List all recordings
    • Get single recording info
  • Transciptions
    • Create
    • Get info for single transcrption
    • Get all transcrptions for a recording
  • BXML
    • Call
    • Conference
    • Gather
    • Hangup
    • Media
    • Pause
    • PlayAudio
    • Record
    • Reject
    • SendMessage
    • SpeakSentence
    • Transfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment