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_….
Account
Api Keys
Billing
GETRead the public plan catalogue/billing/cataloguePOSTOpen a checkout for a paid plan/billing/checkoutGETRead how a checkout ended/billing/checkout/{session_id}GETList how a plan may be paid for/billing/checkout/methodsPOSTSchedule 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
Inbound
Internal
POSTIngest a raw RFC 3464 bounce DSN/internal/bouncesPOSTIngest a raw RFC 5322 inbound message/internal/inboundPOSTDeclare a tenant to the billing service (service-to-service)/internal/tenant/billing-customerGETRead an invitation without consuming it (service-to-service)/internal/tenant/invitation/{token}POSTRedeem an invitation onto a tenant (service-to-service)/internal/tenant/invitation/claimPOSTAssign a plan to a tenant (service-to-service)/internal/tenant/plan
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