Tenant/Product
Diese Seite ist nicht auf Deutsch verfügbar. Die englische Version wird angezeigt.
List all products with platforms and languages
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