Skip to main content
GET
/
v1
/
call
cURL
curl --request GET \
  --url https://api.penciled.com/v1/call \
  --header 'Authorization: Bearer <token>'
{
  "call_id": "78c57119-6e1d-4995-ba0b-d74d5bc1c765",
  "status": "calling"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

call_id
string
required

The ID of the call

Response

Call response

  • Option 1
  • Option 2
call_id
string
Example:

"78c57119-6e1d-4995-ba0b-d74d5bc1c765"

status
string
Example:

"calling"

I