Find dripfeeds by IDs
GET/dripfeeds
Find multiple dripfeeds by their IDs
Request
Query Parameters
Array of IDs
Responses
- 200
- 422
Successful response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
- Array of dripfeed IDs that were not found
- Returned only if at least one dripfeed ID was not found
data
object[]
Array of dripfeeds
Possible values: [Active
, Paused
, Completed
, Canceled
, Processed
]
Possible values: >= 1
Possible values: >= 1
Possible values: >= 1
Amount in THB.
Possible values: [THB
]
Default value: THB
service
object
category
object
Possible values: non-empty
Category name
List of services in this category
Amount in THB.
Possible values: [THB
]
Default value: THB
Possible values: >= 1
Possible values: >= 1
Possible values: >= 1
Quantity should be a multiple of this number
Indicates if the service supports dripfeed delivery
Indicates if the service supports refill
Indicates if the service supports order cancellation
Average delivery time
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
]
{
"data": [
{
"id": 0,
"link": "string",
"status": "Active",
"runs": 0,
"interval": 0,
"quantity": 0,
"currency": "THB",
"service": {
"id": 0,
"name": "string",
"category": {
"id": 0,
"name": "string",
"services": [
null
]
},
"description": "string",
"currency": "THB",
"min": 0,
"max": 0,
"step": 0,
"dripfeed": true,
"refill": true,
"cancel": true,
"average_delivery": "string",
"type": "Default"
},
"created_at": "2024-07-29T15:51:28.071Z"
}
],
"errors": [
null
]
}
Validation error