HTTP Method | POST/GET |
API URL | https://impulsioneme.com/api/v2 |
Response Format | JSON |
Method:add
Parameters | Descriptions |
---|---|
key | Your API key |
action | Method Name |
service | ID of package |
link | Link to page |
quantity | Needed quantity |
comments | optional, needed for custom comments, mentions and other relaed packages only. each separated by '\n', '\n\r' |
Success Response:
{ "order":"23501" }
Method:status
Parameters | Descriptions |
---|---|
key | Your API key |
action | Method Name |
order | Order ID |
Success Response:
{ "charge": "0.80000", "start_count": "2202", "status": "Completed", "remains": "0", "currency": "BRL" }
Method:balance
Parameters | Descriptions |
---|---|
key | Your API key |
action | Method Name |
Example Response:
{ "balance": "100.78", "currency": "USD" }
Method:packages
Parameters | Descriptions |
---|---|
key | Your API key |
action | Method Name |
Example Response:
[ { "service": 134, "name": "IG - Curtidas Brasileiros 🇧🇷 (Automáticas)", "rate": "50.00000", "min": 20, "max": 10000, "category": "Instagram", "type": "Default" }, { "service": 141, "name": "IG - Curtidas Mundiais 🌐 (Automáticas)", "rate": "14.90000", "min": 50, "max": 5000, "category": "Instagram", "type": "Default" }, { "service": 177, "name": "TK - Seguidores Brasileiros ", "rate": "70.00000", "min": 100, "max": 4000, "category": "Tik Tok", "type": "Default" } ]