Skip to content

GET/api/v1/public/products

ReturnsResponseListProductView

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": [
    {
      "id": 0,
      "slug": "string",
      "title": "string",
      "offeringType": "string"
    }
  ],
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure