List snippets
documentedList all message snippets.
GET /snippetsSnippetsno implementation yet0 runsNo 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://{{$company_domain}}.supportbee.com/api/v1/snippets?page={{$page}}&per_page={{$limit}}&query={{$query}}" \
-X GET \
-H "Authorization: Bearer {{SUPPORTBEE_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"