Tenant/Product

Get product details with platforms and languages

GET
/api/v2/products/{id}

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X GET "https://example.com/api/v2/products/7c6c2c68-2def-421a-b4d0-107351f13049"
{  "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
Empty