API / Branding
GET
/identities/{id}/brand
Get the branding for a sending identity
Authentification : clé API Bearer requise.
Paramètres
| Nom | Dans | Type | Description |
|---|---|---|---|
| id* | path | string | Identity ID |
Exemple curl
curl -X GET https://api.sporee.fr/identities/<id>/brand \
-H "Authorization: Bearer $SPORE_API_KEY"Réponses
| Statut | Description | Type |
|---|---|---|
| 200 | OK | repository.BrandView |
| 400 | Bad Request | echo.HTTPError |
| 401 | Unauthorized | echo.HTTPError |
| 404 | Not Found | echo.HTTPError |
Source machine : openapi.json · opération getBrand