POST
/
calls
Log call
curl --request POST \
  --url https://api.amplemarket.com/calls \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "from": "<string>",
  "to": "<string>",
  "duration": 123,
  "answered": true,
  "human": true,
  "transcription": "<string>",
  "recording_url": "<string>",
  "disposition_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
"id": "01989da6-25ab-7432-b7fd-b6120ebe5a9b",
"disposition_id": "01989da6-237d-7c6c-accc-60f2c31d93ad",
"duration": 5,
"external": true,
"start_date": "2025-08-12T09:39:28Z",
"from": "+1 123456789",
"to": "+1 123456789",
"notes": null,
"transcription": null,
"task_id": "01989da6-2495-70d2-91d7-aed8cd417d0c",
"user_id": "01989da6-2458-7434-b7e5-85a2db9edfc7",
"human": false,
"answered": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

201
application/json

successful

The response is of type object.