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

StatutDescriptionType
200OKlist_templates.Response
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération listTemplates