Skip to main content

Create an order

POST 

/?action=order

Create an order for a service

Request

Query Parameters

    key stringrequired

    API key

    action stringrequired

    order

Body

    service int32

    Service ID

    link url
    • 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
    execute_at date-time
    • Execution date (for scheduled orders)
    • Format: YYYY-MM-DD HH:MM
    • Not applicable for Dripfeed and Subscriptions
    quantity int32

    Possible values: >= 1

    • Required for services with types:
    • Default, Poll, SEO, Comment Likes, Mentions, Mentions Hashtag, Mentions with Hashtags, Mentions User Followers, Mentions Media Likers
    comments string
    • Required for orders with service types:
    • Custom Comments, Custom Comments Package, Custom Replies
    username string
    • Required for orders with service types:
    • Comment Likes, Comment Replies, Mentions User Followers
    usernames string
    • Required for orders with service types:
    • Mentions, Mentions with Hashtags, Mentions Custom List
    • 1 username per line separated by \r\n or \n
    answer_number int32
    • Required for orders with service types:
    • Poll
    keywords string
    • Required for orders with service types:
    • SEO
    • 1 keyword per line separated by \r\n or \n
    hashtag string
    • Required for orders with service types:
    • Mentions Hashtag
    hashtags string
    • Required for orders with service types:
    • Mentions with Hashtags
    • 1 hashtag per line separated by \r\n or \n
    media url
    • Required for orders with service types:
    • Mentions Media Likers
    runs int32

    Possible values: >= 2

    • Required for Dripfeeds
    • Number of runs
    interval int32

    Possible values: >= 1

    • Required for Dripfeeds
    • Interval in minutes
    min int32

    Possible values: >= 1

    • Required for Subscriptions
    • Minimum quantity
    max int32

    Possible values: >= 1

    • Required for Subscriptions
    • Maximum quantity
    posts int32

    Possible values: >= 1

    • Required for Subscriptions
    • Number of posts
    old_posts int32
    • Required for Subscriptions
    • Number of old posts
    delay int32

    Possible values: >= 1

    • Required for Subscriptions
    • Delay in minutes
    expires_at date-time
    • Required for Subscriptions
    • Expiration date

Responses

Schema

    order int32

    Order ID

Loading...