Tenant/Product

List all products with platforms and languages

GET
/api/v2/products/all

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v2/products/all"
[  {    "id": "7c6c2c68-2def-421a-b4d0-107351f13049",    "name": "B2Core",    "iconName": "b2core-icon",    "languages": [      1,      2,      3,      4,      5    ],    "defaultLanguageId": 1,    "platforms": [      {        "type": "web",        "context": "some context"      }    ]  }]
Empty
Empty