API Documentation
Everything you need to integrate with the Queuetie email API
Overview
Queuetie provides a simple and reliable API for sending emails through your applications. Our RESTful API allows you to send emails with just a few lines of code.
Base URL
https://api.queuetie.com/v1
Content Type
All requests should use JSON with the appropriate content type header:
Content-Type: application/json
API Resources
- POST /send - Send an email
- GET /status/{id} - Check email status
- GET /usage - Check account usage
Getting Started
To start using the Queuetie API, you need to:
- Create an account on Queuetie
- Generate an API token from the dashboard
- Use the token to authenticate your API requests