Order Status
GET/POST
https://api.yoozseen.ir/api/v1
Request
Query parameters
NameDefinition
key *Your Api Key
action *status
order *your order
* - mandatory parameter
Request example
1
2
3
4
5
6
7
curl --location 'https://api.yoozseen.ir/api/v1/' \
--header 'Content-Type: application/json' \
--data '{
"key":"xxxxxxxxx",
"action":"status",
"order":"xxx"
}'Response
* Meaning and usage of each parameter
NameDescription
statusReturns the order status: (pending — registered and in progress) (error — registration failed) (completed — completed order)
message_errorerror description
orderyour order
quantityyour order quantity
linkyour order link
rateprice (dollar)
Response example
1
2
3
4
5
6
7
{
"order": "xxx",
"amount": "0.95000",
"count": 50,
"link": "https://t.me/YoozSeen_English/10",
"status": "completed"
}