Difference between revisions of "API:Call:Create"

From docs
Jump to: navigation, search
(Created page with "== API » Create Call == '''URL:''' <nowiki>https://app.callproof.com/api/call/create/</nowiki> '''Method:''' POST '''Required Fields:''' * '''''api_key[key]''''' ...")
 
(No difference)

Latest revision as of 09:05, 9 August 2017

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