Note: Please read the API intructions carefully. Its your solo responsability what you add by our API.
HTTP Method | POST |
Response format | Json |
API URL | https://www.followdeh.com/api/v1 |
API Key |
Parameter | Description |
---|---|
key | Your API key |
action | add |
service | Service ID |
link | Link to page |
quantity | Needed quantity |
{ "status": "success", "order": 32 }
Parameter | Description |
---|---|
key | Your API key |
action | status |
order_id | Order ID |
{ "order": "32", "status": "pending", "charge": "5600", "start_count": "0", "remains": "0" }
Parameter | Description |
---|---|
key | Your API key |
action | status |
order_ids | Order IDs separated by comma (array data) |
{ "12": { "order": "12", "status": "processing", "charge": "20000", "start_count": "0", "remains": "0" }, "2": "Incorrect order ID", "13": { "order": "13", "status": "pending", "charge": "12000", "start_count": "0", "remains": "0" } }
Parameter | Description |
---|---|
key | Your API key |
action | services |
[ { "service": "4005", "name": "ویو پست فیک ارزان⚡", "category": "ویو", "rate": "240", "min": "1000", "max": "100000000" }, { "service": "3978", "name": "ویو IGTV بسیار سریع ⚡⚡⚡💧", "category": "ویو", "rate": "480", "min": "100", "max": "100000000" } ]
Parameter | Description |
---|---|
key | Your API key |
action | balance |
{ "status": "success", "balance": "2000", "currency": "IRT" }