Get all services
GET/?action=services
Get all services
Request
Query Parameters
key stringrequired
API key
action stringrequired
services
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
service int32
Service ID
name string
category string
Category name
rate float
Amount in 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
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
]
[
{
"service": 0,
"name": "string",
"category": "string",
"min": 0,
"max": 0,
"step": 0,
"dripfeed": true,
"refill": true,
"cancel": true,
"type": "Default"
}
]
Loading...