CertifMaker Docs
Api reference

Lire l'organisation

Retourne les paramètres de branding de l'organisation : logo, couleur, expéditeur, message email. Le branding est appliqué automatiquement à tous les emails de certificats envoyés via l'API.

GET
/organisation

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Clé API au format cm_live_..., générée depuis Paramètres > Clés API.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "http://localhost:3000/api/v1/organisation"
{
  "organizationName": "Académie Numeris",
  "logoUrl": "http://example.com",
  "brandColor": "#2563EB",
  "websiteUrl": "http://example.com",
  "emailSenderName": "string",
  "emailSubject": "string",
  "emailIntroMessage": "string",
  "emailSignature": "string"
}
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "string",
    "status": 0
  }
}
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "string",
    "status": 0
  }
}