API / Branding

PUT

/identities/{id}/brand

Set the branding for a sending identity

Authentification : clé API Bearer requise.

Paramètres

NomDansTypeDescription
id*pathstringIdentity ID

Corps JSON

Branding fields

NomTypeDescription
appNamestring
fontFamilystring
footerTextstring
localestring
logoUrlstring
primaryColorstring
supportEmailstring
websiteUrlstring

Exemple curl

curl -X PUT https://api.sporee.fr/identities/<id>/brand \
  -H "Authorization: Bearer $SPORE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Réponses

StatutDescriptionType
200OKset_brand.Response
400Bad Requestecho.HTTPError
401Unauthorizedecho.HTTPError

Source machine : openapi.json · opération setBrand