notpanel
ServicesPricingFAQGiveaway
notpanel

The fastest and most affordable SMM panel. Trusted by 1M+ users worldwide.

Product

  • Services
  • Pricing
  • Why NotPanel
  • About
  • Developers
  • Blog
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Refund Policy

Connect

  • Contact Us
  • support@notpanel.com

© © 2026 NotPanel. All rights reserved.

API documentation
+
API Documentation

Introduction

  • Overview
  • Getting started
  • Authentication
  • Rate limits
  • Errors

Catalog

  • List services

Orders

  • Place order
  • Order status
  • Refill
  • Cancel

Account

  • Balance

Webhooks

  • Manage webhooks

Reference

  • Changelog
  • SDKs & libraries

Need help?

support@notpanel.com →
v2 REST API

Build on the wholesale source.

NotPanel exposes the same v2 action-string convention every SMM reseller SDK already speaks — placed orders, status polling, refills, cancels, balance, and HMAC-signed webhooks. The dashboard is itself a client of this API; anything a logged-in user can do, you can automate.

Get started API reference

What you get

API key authentication

Single shared secret in the request body. Per-key rate limits, scoped permissions, instant revocation from the dashboard.

Layered rate limits

Per-IP, per-key, and per-tier (deposit-tier-based). Standard headers — X-RateLimit-Limit, -Remaining, -Reset.

HMAC-signed webhooks

Outbound webhooks signed with a per-endpoint secret + replay-window timestamp. Inbound payment webhooks verified before any balance credit.

Idempotency built in

Order placement requires a caller-supplied request_id. Replays return the same response — never a duplicate order, never a double-charge.

Atomic order claiming

Workers claim rows before calling upstream providers. Cancels never race fulfilment. No phantom double-deliveries.

v2 spec compatibility

Action-string convention preserved for legacy SDKs (key + action body params). Per-endpoint pages document each action on individual URLs for discoverability.

Quick links

Getting started

Generate a key, place your first order in under 60 seconds.

List services

Browse the full live catalog with rates, min/max, and feature flags.

Place an order

Submit an order with idempotency, drip-feed scheduling, and coupon support.

Register webhooks

Push notifications on order completion, refunds, low balance.

Base URL

https://notpanel.com/api/v2

Every request is a POST to this URL with an application/x-www-form-urlencoded body. The body must include key and action; additional parameters depend on the action. Responses are JSON.