Sign in

Get call by ID

documented

Get a single call by its id.

GET /api/v3/external/calls/{id}Callsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://core.callpage.io/api/v3/external/calls/{{$call_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: {{CALLPAGE_API_KEY}}"
Get call by ID · CallPage · OpenIntegrations