Substy Developers
Solo bundles

List solo bundles

List a creator's standalone media bundles with search, pricing, intensity, giftability and enabled-state filters. Continue using the returned cursor.

GET/v1/agencies/{agencyId}/creators/{creatorId}/solo-bundles

List a creator's standalone media bundles with search, pricing, intensity, giftability and enabled-state filters. Continue using the returned cursor.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length
creatorId*string
Length1 <= length

Query Parameters

search?string
Lengthlength <= 200
cursor?string
Length1 <= length
limit?integer
Range1 <= value <= 50
Default24
sortBy?string
Default"newest"

Value in

  • "priceAsc"
  • "priceDesc"
  • "newest"
  • "oldest"
  • "tierAsc"
  • "tierDesc"
  • "salesAsc"
  • "salesDesc"
enabled?boolean
isGiftable?boolean
intensityTiers?array<>
Itemsitems <= 5

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/creators/string/solo-bundles" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "items": [      {        "enabled": true,        "creatorId": "string",        "id": "string",        "createdAt": "2019-08-24T14:15:22Z",        "price": 0,        "updatedAt": "2019-08-24T14:15:22Z",        "title": "string",        "content": null,        "position": 0,        "isAiCaption": true,        "pricingMode": "FIXED",        "isGiftable": true,        "intensityTier": 0,        "floorPrice": 0,        "medias": [          {            "id": "string",            "createdAt": "2019-08-24T14:15:22Z",            "position": 0,            "bundleId": "string",            "mediaId": "string",            "isPreview": true,            "media": {              "type": "PHOTO",              "context": null,              "creatorId": null,              "id": "string",              "createdAt": "2019-08-24T14:15:22Z",              "price": 0,              "tags": [                "string"              ],              "updatedAt": "2019-08-24T14:15:22Z",              "duration": null,              "isSoloPpv": true,              "basePrice": 0,              "maxPrice": 0,              "creatorTags": [                "string"              ],              "files": {                "full": "string",                "preview": "string",                "thumb": "string"              }            }          }        ],        "salesCount": 0,        "salesRevenue": 0      }    ],    "nextCursor": null  },  "meta": {    "requestId": "string"  }}