Post+ Post+
Features
Services
WhatsApp Marketing Email Marketing Data Collection
How It Works Pricing Contact

API Documentation

REST API reference for developers

Contents

  • Getting Started
  • WhatsApp API
  • Email API
  • Error Codes
  • Rate Limits

Resources

  • Documentation
  • Help Center

Support

api@postplus.net

Getting Started

Post+ API is designed with RESTful architecture and uses JSON for data exchange. You need an API key to use the API.

Base URL

https://api.postplus.net/v1

Authentication

All API requests must include the Authorization header:

Authorization: Bearer YOUR_API_KEY

Getting API Key

  1. Log in to your dashboard
  2. Go to Settings > API
  3. Click "Generate API Key"
  4. Store your key securely

WhatsApp API

POST /whatsapp/send

Send WhatsApp message to a single recipient.

Request Parameters

Parameter Type Required Description
phone string REQUIRED Recipient phone number (+90...)
message string REQUIRED Message content
sender_id string Optional Sender account ID (default: first account)
media_url string Optional Media file URL

Example Request

curl -X POST https://api.postplus.net/v1/whatsapp/send \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "phone": "+1234567890", "message": "Hello! This is a test message.", "sender_id": "wa_123456" }'

Example Response

{ "success": true, "message_id": "msg_987654", "status": "sent", "timestamp": "2025-01-19T10:30:00Z" }

GET /whatsapp/status/{message_id}

Check message delivery status.

Example Response

{ "message_id": "msg_987654", "status": "delivered", "sent_at": "2025-01-19T10:30:00Z", "delivered_at": "2025-01-19T10:30:05Z", "read_at": "2025-01-19T10:31:20Z" }

Error Codes

Code Description
200 Successful request
400 Invalid request parameters
401 Invalid or missing API key
403 Insufficient credits
429 Rate limit exceeded
500 Server error

Rate Limits

The following limits apply to API usage:

  • Starter: 60 requests/minute
  • Pro: 300 requests/minute
  • Enterprise: 1000 requests/minute
Post+ Post+

Multi-channel marketing platform with WhatsApp and Email solutions for businesses.

Services

  • WhatsApp Marketing
  • Email Marketing
  • Features
  • Pricing

Company

  • About Us
  • Contact
  • Blog
  • Pricing

Legal

  • Privacy Policy
  • Terms of Service
  • Membership Agreement
  • Distance Sales Agreement

Support

  • Documentation
  • Help Center
  • API
  • Acceptable Use
Troy
LAICOS

© 2025 Post+. All rights reserved.

Welcome Back

Login to your account

or

Don't have an account?

Password Reset

We will send a new password to your email

Enter your registered email address, we'll send your new password

Already have an account?

Create Account

Start your journey with Post+

or

Already have an account?