API Documentation

Integrate our services directly into your own panel

API General Details

HTTP Method

POST

API URL

https://mhsmmpanel.com/api/v2

Response format

JSON

API Key

Get Key

Example Code

Download Example

Service List

Action: services

key

Your API key

action

services

Example Response
[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
        "refill": true,
        "cancel": true
    }
]

Add Order

key

Your API key

action

add

service

Service ID

link

Link to page

Example Success Response
{ "order": 23501 }

Order Status

key

Your API key

action

status

order

Order ID

{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157"
}