Sign in

Get Call by ID

documented

Retrieve details for a specific call.

GET /a1/calls/{id}Phone 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://api.46elks.com/a1/calls/{{$call_id}}" \
  -X GET \
  -u "{{46ELKS_API_USERNAME}}:{{46ELKS_SECRET}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json"
Get Call by ID · 46elks · OpenIntegrations