Sign in

List SMS messages

documented

Get all SMS messages for a widget (custom and default).

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