Create an order
POST/?action=order
Create an order for a service
Request
Query Parameters
key stringrequired
API key
action stringrequired
order
- application/json
Body
- Required for services with types:
Default
,Package
,Poll
,SEO
,Custom Comments
,Custom Comments Package
,Comment Likes
,Comment Replies
,Mentions
,Mentions Hashtag
,Mentions with Hashtags
,Mentions Custom List
,Mentions User Followers
,Mentions Media Likers
- Execution date (for scheduled orders)
- Format: YYYY-MM-DD HH:MM
- Not applicable for
Dripfeed
andSubscriptions
- Required for services with types:
Default
,Poll
,SEO
,Comment Likes
,Mentions
,Mentions Hashtag
,Mentions with Hashtags
,Mentions User Followers
,Mentions Media Likers
- Required for orders with service types:
Custom Comments
,Custom Comments Package
,Custom Replies
- Required for orders with service types:
Comment Likes
,Comment Replies
,Mentions User Followers
- Required for orders with service types:
Mentions
,Mentions with Hashtags
,Mentions Custom List
- 1 username per line separated by \r\n or \n
- Required for orders with service types:
Poll
- Required for orders with service types:
SEO
- 1 keyword per line separated by \r\n or \n
- Required for orders with service types:
Mentions Hashtag
- Required for orders with service types:
Mentions with Hashtags
- 1 hashtag per line separated by \r\n or \n
- Required for orders with service types:
Mentions Media Likers
- Required for
Dripfeeds
- Number of runs
- Required for
Dripfeeds
- Interval in minutes
- Required for
Subscriptions
- Minimum quantity
- Required for
Subscriptions
- Maximum quantity
- Required for
Subscriptions
- Number of posts
- Required for
Subscriptions
- Number of old posts
- Required for
Subscriptions
- Delay in minutes
- Required for
Subscriptions
- Expiration date
service int32
Service ID
link url
execute_at date-time
quantity int32
Possible values: >= 1
comments string
username string
usernames string
answer_number int32
keywords string
hashtag string
hashtags string
media url
runs int32
Possible values: >= 2
interval int32
Possible values: >= 1
min int32
Possible values: >= 1
max int32
Possible values: >= 1
posts int32
Possible values: >= 1
old_posts int32
delay int32
Possible values: >= 1
expires_at date-time
Responses
- 200
- 422
- application/json
- Schema
- Example (from schema)
Schema
order int32
Order ID
{
"order": 0
}
Error
- application/json
- Schema
- Example (from schema)
Schema
error string
Error message
{
"error": "string"
}
Loading...