Sign in

List voice messages

documented

Get all custom (or default) voice messages for a widget.

GET /api/v1/external/voice/allVoiceno 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/v1/external/voice/all?widget_id={{$widget_id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: {{$CALLPAGE_API_KEY}}"
List voice messages · CallPage · OpenIntegrations