Backoffice Tenant

Create tenant via robot token

POST
/api/v2/backoffice/tenants

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v2/backoffice/tenants" \  -H "Content-Type: application/json" \  -d '{    "productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",    "name": "string",    "platforms": [      "string"    ]  }'
{  "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0"}
Empty