Create order
Request:
POST https://reviewapp.mobi/api/create-order
Parameter | Type | Desription | Example |
uid* | int | Your user ID in the platform. To know - ask support in the chat. | 13 |
token* | varchar | md5($uid . $email); Hash of your uid and email of reviewapp account. Example: md5(13 . 'support@reviewapp.mobi') |
5b70a1e512b185802c0ada4769a42822 |
link* | varchar | String with app link. | iOS: https://apps.apple.com/app/id382617920 Android: https://play.google.com/store/apps/details?id=com.viber.voip |
geo* |
array | List of tasks | |
geo[n].task* |
int | ID of task, please check here | 1 |
geo[n].volume* | int | Number of required tasks. | 100 |
geo[n].pace* | int | How many task we should do in a day. | 5 |
geo[n].file | file | EXCEL file | https://reviewapp.mobi/sample |
guarantee | enum[0,5,10.30] | Extended guarantee to your orders for ratings and reviews | |
comment | varchar | Your comment to order. Please plan text only. | Please use Spanish nicknames |
* - mandatory
Response:
200 OK - {"orders": [{"id": 1}]}
500 internal Server Error - {"msg": "_error_description_"}
Example