Write APIs
Public write APIs are currently not supported but coming soon.
Coming soon:
| Endpoint | Purpose |
|---|---|
POST /api/public/v1/webhooks | Subscribe to marketplace, product, and transaction events. |
POST /api/public/v1/products | Create or update products. |
POST /api/public/v1/discount-codes | Create discount codes for campaigns, partners, or checkout promotions. |
POST /api/public/v1/marketplace/orders | Create marketplace orders. |
POST /api/public/v1/experiences/orders | Create an order for an experience. |
POST /api/public/v1/boxes/orders | Create a box order. |
POST /api/public/v1/digital-packs/orders | Create a digital pack order. |
POST /api/public/v1/fair-drops/orders | Create a Fair Drop entry order. |
POST /api/public/v1/primary/orders | Buy from DYLI-controlled inventory. |
POST /api/public/v1/secondary/orders | Buy from a user resale listing or accepted offer. |
POST /api/public/v1/ebay/listings | Create or manage eBay listings. |
If a route is visible but not supported, it returns:
{
"error": "not_open_yet",
"message": "Endpoint is currently not supported for public API use."
}