This article explains how resellers can use the Neofollower API to connect their own website, app, script, WooCommerce plugin, or order system to Neofollower. It is for technical users and developers.
Quick answer
The Neofollower API allows approved users to fetch services, place orders, check order status, check balance, request refill, or request cancellation when supported. Keep your API key private and test carefully before using automation with real customers.
What the API is for
- Connecting your own order form to Neofollower.
- Building a reseller website.
- Automating selected service orders.
- Checking order status from your own system.
- Checking your Neofollower balance.
- Building a WooCommerce reseller integration.
- Managing orders without manually copying every order.
Common API actions
- Service list request: fetch available services and their IDs.
- Add order request: submit a new order.
- Order status request: check one order.
- Multiple order status request: check several orders.
- Balance request: check account balance.
- Refill request: request refill if the service supports it.
- Cancel request: request cancellation if the service supports it.
API key safety
- Keep your API key private.
- Do not place your API key in public JavaScript.
- Do not share your API key with customers.
- Store the key securely on your server.
- Reset the key if it is exposed.
- Limit access to trusted developers only.
- Log API errors without exposing the key.
Before automating orders
- Test the API connection.
- Fetch services and confirm the correct service IDs.
- Validate link and quantity before sending orders.
- Check account balance before accepting automated orders.
- Handle API errors clearly.
- Save Neofollower order IDs in your system.
- Create a manual review flow for failed orders.
- Test with small real orders before going live.
Important automation warning
Automation is useful, but wrong automation can create wrong-link orders, duplicate orders, low-balance failures, refund disputes, and customer complaints. Validate everything before sending orders automatically.
Frequently asked questions
Where do I find my API key?
Log in to your Neofollower account and check the API page or account API settings if available.
Can I use the API for a WooCommerce website?
Yes, if your integration or plugin is built correctly and saves customer fields, order IDs, API errors, and payment status.
Can the API guarantee that every order will complete?
No. The API submits and checks orders. Delivery still depends on the selected service, link, quantity, platform, and service rules.
Related helpdesk topics
- API Error Codes and Troubleshooting for Resellers
- API Security and Best Practices
Chatbot answer guidance
When this article is used for automated support, the chatbot should first identify whether the user is a reseller, affiliate, API user, WooCommerce seller, or normal buyer. For account-specific issues, ask for the user email or account ID if available, order ID, service name, submitted link, payment reference, API request details, or affiliate referral details. Do not promise commissions, delivery times, refunds, refills, or API behavior beyond the live dashboard and current service rules.