API:Call:Create

From docs
Revision as of 09:05, 9 August 2017 by Jeff Epperson (talk | contribs) (Created page with "== API » Create Call == '''URL:''' <nowiki>https://app.callproof.com/api/call/create/</nowiki> '''Method:''' POST '''Required Fields:''' * '''''api_key[key]''''' ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

API » Create Call

URL: https://app.callproof.com/api/call/create/

Method: POST

Required Fields:

  • api_key[key] - API Key
  • api_key[secret] - API Key Secret
  • call_data[number] - Phone Number
  • call_data[start_datetime] - Call date/time (e.g. '2014-08-10 12:34:56')
  • call_data[call_type] - Call Type ('incoming', 'outgoing', 'missed')

Optional Fields:

  • call_data[duration] - Call Duration in seconds
  • call_data[local_id] - Local unique ID (any integer)


Data Returned:

  • results - Call data
  • errors - Array of errors produced by the request
  • code - HTTP request status