cURL
curl --request GET \ --url https://api.penciled.com/v1/call \ --header 'Authorization: Bearer <token>'
{ "call_id": "78c57119-6e1d-4995-ba0b-d74d5bc1c765", "status": "calling" }
Gets the details of a call
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the call
Call response
The response is of type object.
object