# mailjet API **Provider:** mailjet **Category:** developer **Base URL:** `https://www.mailjet.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 200 emails/day (free) ยท No daily limit (paid) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.mailjet.com/ ## Description Marketing email can be sent and mail templates made in MJML or HTML can be sent using API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.mailjet.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.mailjet.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 6,000 emails/month (200/day limit). Essential from $15/mo (15K emails). Premium from $25/mo (15K + automation, segmentation). Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/mailjet/) โ€” CC BY 4.0*