# Sendr API ## Docs - [Introduction](https://docs.sendr.app/api-reference/introduction.md): Email Service API Documentation - [Sending Email](https://docs.sendr.app/api-reference/email/send.md): Send an email to one or multiple recipients - [Domain verification](https://docs.sendr.app/api-reference/domain/verify.md): Verify a domain's DNS settings - [Domain information](https://docs.sendr.app/api-reference/domain/list.md): Retrieve domain associated with the tenant - [Get Tenant Statistics](https://docs.sendr.app/api-reference/stats/get.md): Retrieve aggregated email delivery statistics (delivery, bounce, reception counts) for every domain on your tenant. Requires an API key with the domainStats scope. - [Get Email Logs](https://docs.sendr.app/api-reference/webhooks/get.md): Retrieve email event logs for a domain associated with your tenant: receptions, deliveries, opens, clicks, temporary failures, bounces, and complaints. Results are returned newest-first and paginated via next_token. ## OpenAPI Specs - [openapi](https://docs.sendr.app/api-reference/openapi.json)