Skip to main content

Get all categories and services

GET 

/services

Get all categories and services

Responses

Schema

  • Array [

  • id int32
    name string

    Possible values: non-empty

    Category name

    services

    object[]

    List of services in this category

  • Array [

  • id int32
    name string
    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]

  • ]

  • ]

Loading...