List templates
documentedView all templates for the app.
GET /templatesTemplatesno 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://api.onesignal.com/templates?app_id={{$app_id}}&limit={{$limit}}&offset={{$offset}}" \
-X GET \
-H "Authorization: Key {{ONESIGNAL_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"