API / Branding

GET

/identities/{id}/brand

Get the branding for a sending identity

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
id*pathstringIdentity ID

Exemple curl

curl -X GET https://api.sporee.fr/identities/<id>/brand \
  -H "Authorization: Bearer $SPORE_API_KEY"

Réponses

StatutDescriptionType
200OKrepository.BrandView
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError
404Not Foundecho.HTTPError

Source machine : openapi.json · opération getBrand