API / Templates
GET
/templates
List built-in email templates
Authentification : clé API Bearer requise.
Exemple curl
curl -X GET https://api.sporee.fr/templates \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | list_templates.Response |
| 401 | Unauthorized | echo.HTTPError |
Source machine : openapi.json · opération listTemplates