Sign in

Get script sections

documented

Get script sections by ID

GET /script-sections/{id}/Agent Console CCno 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)

Note: The official path for this endpoint is GET https://api.callhub.io/v2/script-sections/{id}/ (v2) and authentication uses the Authorization: Token header, per CallHub docs. ([callhub.io](https://callhub.io/blog/product/build-your-own-call-center/))

npx -y keychains@latest curl "https://api.callhub.io/v2/script-sections/{{$id}}/" \
  -X GET \
  -H "Authorization: Token {{CALLHUB_API_KEY}}" \
  -H "Accept: application/json"
Get script sections · CallHub · OpenIntegrations