API Reference
All endpoints return JSON. Authenticate with a Bearer token in the Authorization header.
Base URL: https://send.grosend.com
Auth: Authorization: Bearer sv_live_...
Endpoints
POST
/api/v1/emailsSend an emailGET
/api/v1/emailsList sent emailsGET
/api/v1/emails/:idGet email detailsPOST
/api/v1/domainsVerify a domainGET
/api/v1/domainsList domainsPOST
/api/v1/templatesCreate templateGET
/api/v1/templatesList templatesPOST
/api/v1/webhooksCreate webhookGET
/api/v1/api-keysList API keysPOST
/api/v1/api-keysCreate API keyGET
/api/v1/analytics/overviewGet analytics overviewGET
/api/v1/analytics/timeseriesGet time-series dataGET
/api/v1/accountGet account infoPUT
/api/v1/account/passwordChange passwordResponse format
Error handling
Errors return HTTP status codes: 400 validation, 401 auth, 403 forbidden, 404 not found, 429 rate limit, 500 server error.