v1

latestOpenAPI 3.1.02026-07-24331755.4 KB
Portals

Get All Products

Gets all the products that make up a given portal. This endpoint will default to only pulling in the data that has been made public

get/portals/default/products

Response

Successful operation

okboolean

Example response

{
  "ok": true,
  "result": {
    "id": "default",
    "name": "default",
    "show": true
  }
}