Skip to main content

Find subscriptions by IDs

GET 

/subscriptions

Find multiple subscriptions by their IDs

Request

Query Parameters

    ids[] integer[]required

    Array of IDs

Responses

Successful response

Schema

    data

    object[]

    Array of subscriptions

  • Array [

  • id int32
    link url
    status SubscriptionStatus (string)

    Possible values: [Active, Paused, Completed, Expired, Canceled, Awaiting, Processed, Failed]

    Subscription status

    min int32

    Possible values: >= 1

    max int32

    Possible values: >= 1

    posts int32
    old_posts int32
    delay int32
    charge float

    Amount in THB.

    currency Currency (string)

    Possible values: [THB]

    Default value: THB

    service

    object

    id int32
    name string

    category

    object

    id int32
    name string

    Possible values: non-empty

    Category name

    services array

    List of services in this category

    description string
    rate float

    Amount in THB.

    currency Currency (string)

    Possible values: [THB]

    Default value: THB

    min int32

    Possible values: >= 1

    max int32

    Possible values: >= 1

    step int32

    Possible values: >= 1

    Quantity should be a multiple of this number

    dripfeed boolean

    Indicates if the service supports dripfeed delivery

    refill boolean

    Indicates if the service supports refill

    cancel boolean

    Indicates if the service supports order cancellation

    average_delivery string

    Average delivery time

    type ServiceType (enum)

    Possible values: [Default, Poll, SEO, Comment Likes, Mentions, Mentions Hashtag, Mentions with Hashtags, Mentions User Followers, Mentions Media Likers, Custom Comments, Custom Comments Package, Custom Replies, Mentions Custom List]

    expires_at date-time
    created_at date-time
  • ]

  • errors int32[]
    • Array of subscription IDs that were not found
    • Returned only if at least one subscription ID was not found
Loading...