# Mailsquad **Provider:** Mailsquad **Category:** storage **Base URL:** `https://api.inboxroute.com/api` **Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 4,000 API calls/min (authenticated) **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://mailsquad.com ## Description MailSquad offers an affordable and super easy way to create, send and track delightful emails. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.inboxroute.com/api/contacts` | Get a paged result of contacts from a list | | GET | `https://api.inboxroute.com/api/contacts/lists` | Get a paged result of contact lists. | | POST | `https://api.inboxroute.com/api/contacts/lists` | Add a new contact list | | DELETE | `https://api.inboxroute.com/api/contacts/lists/{listid}` | Delete an existing contact list | | PUT | `https://api.inboxroute.com/api/contacts/lists/{listid}` | Update an existing contact list | | DELETE | `https://api.inboxroute.com/api/contacts/{contactid}` | Delete an existing contact | | PUT | `https://api.inboxroute.com/api/contacts/{contactid}` | Update an existing contact | | POST | `https://api.inboxroute.com/api/subscription/{listid}` | Subscribe an email address to a list. This api call has the same behavior as a r | ## Authentication OAuth 2.0 or JWT (Server Authentication) for machine-to-machine ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://api.inboxroute.com/api/contacts' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom. --- *Source: [API Map](https://apimap.dev/apis/mailsquad/) — CC BY 4.0*