API Documentation

Everything you need to integrate with the Queuetie email API

Overview

Queuetie provides a simple and reliable API for enqueueing emails through your applications. Our RESTful API allows you to send emails with just a few lines of code.

Base URL

/api

Content Type

All requests should use JSON with the appropriate content type header:

Content-Type: application/json

API Resources

  • POST /queue/status - Check job completion status
  • GET /analytics - Check account usage

Getting Started

To start using the Queuetie API, you need to:

  1. Create an account on Queuetie
  2. Generate an API token from the dashboard
  3. Use the token to authenticate your API requests