Tenant/Product
Esta página no está disponible en español. Se muestra la versión en inglés.
Get product details with platforms and languages
Authorization
BearerAuthObject AuthorizationBearer <token>
In: header
Path Parameters
id*string
Format
uuidResponse 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