Order
Place a new order.
Order
POST /v3/order
Headers
Body
cURL
curl -X POST "https://plussuite.co/api/v3/order" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{
"api_key": "YOUR_SECRET_API_KEY",
"service": 1,
"link": "https://instagram.com/username",
"quantity": 500
}'Response (success)
Errors
Invalid API key or API disabled
Rate limit exceeded
Service not found or inactive
Quantity outside min/max
Insufficient balance
Last updated
