API v0.1.0
Référence API
Control plane for the Spore transactional email platform.
Toutes les URLs partent de https://api.sporee.fr. Les opérations marquées comme authentifiées attendent Authorization: Bearer sk_live_….
Api Keys
Billing
POSTOpen a checkout for a paid plan/billing/checkoutPOSTSchedule a downgrade to a smaller plan/billing/downgradeDELETEWithdraw a scheduled plan change/billing/pending-changeGETGet the calling tenant's billing state/billing/stateDELETECancel the subscription/billing/subscriptionPOSTUpgrade to a larger plan/billing/upgradePOSTQuote what an upgrade would cost/billing/upgrade/quotePOSTLungor subscription webhook/billing/webhook/lungor
Branding
Identities
GETList sending identities/identitiesPOSTRegister a sending identity/identitiesGETGet a sending identity/identities/{id}DELETEDelete a sending identity/identities/{id}POSTAdd an allowed From address (local-part) on a verified identity/identities/{id}/addressesDELETERemove an allowed From address/identities/{id}/addresses/{localPart}POSTDisable an allowed From address/identities/{id}/addresses/{localPart}/disablePOSTVerify a sending identity's DNS records/identities/{id}/verify
Internal
Messaging
Plans
Reputation
Suppressions
Templates
Unsubscribe
Unsubscribes
Usage
Webhooks
GETList webhook endpoints/webhooks/endpointsPOSTCreate a webhook endpoint/webhooks/endpointsGETGet a webhook endpoint/webhooks/endpoints/{id}PATCHUpdate a webhook endpoint/webhooks/endpoints/{id}DELETEDelete a webhook endpoint/webhooks/endpoints/{id}POSTRotate a webhook endpoint's signing secret/webhooks/endpoints/{id}/rotate-secret