Skip to main content
GET
/
v2
/
api
/
summary_templates
List summary templates
curl --request GET \
  --url https://api.withallo.com/v2/api/summary_templates \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "tst-abc123",
      "name": "Sales call",
      "call_context": "B2B SaaS sales calls",
      "icon": "📞",
      "sections": [
        {
          "title": "Pain points",
          "instructions": "List the prospect's pain points",
          "order": 0
        },
        {
          "title": "Next steps",
          "instructions": "What was agreed",
          "order": 1
        }
      ],
      "created_at": "2026-06-01T10:00:00",
      "updated_at": "2026-06-01T10:00:00"
    }
  ]
}
Required scope: SUMMARY_TEMPLATES_READ
Returns all of the team’s active summary templates in a single response. This endpoint is not paginated.

Authorizations

Authorization
string
header
required

Response

List of summary templates

data
object[]