Skip to main content
GET
/
calls
/
{id}
Retrieve a Call
curl --request GET \
  --url https://commerce.driv.ly/api/calls/{id}
{
  "data": {
    "id": "<string>",
    "externalPhoneNumber": "<string>",
    "internalPhoneNumber": "<string>",
    "conversationURL": "<string>",
    "time": "2023-11-07T05:31:56Z",
    "ratingNote": "<string>",
    "note": "<string>",
    "rating": 2.5,
    "audioRecording": {},
    "transcript": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

Call is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Call Found

data
Call · object
success
boolean