CertifMaker Docs
Api reference

Uploader le logo

Téléverse un logo qui sera intégré dans tous les emails de certificats. Le logo est converti en base64 à l'envoi — il s'affiche dans tous les clients email sans dépendance à une URL externe. **Formats acceptés :** PNG, JPEG, WebP, SVG — **Taille maximale :** 2 Mo

POST
/organisation/logo

Authorization

ApiKeyAuth
AuthorizationBearer <token>

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

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3000/api/v1/organisation/logo" \  -F file="string"
{
  "logoUrl": "http://example.com"
}
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "string",
    "status": 0
  }
}
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "string",
    "status": 0
  }
}
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "string",
    "status": 0
  }
}