XentrDeveloper Docs
API ReferenceOrganizations

Create a factory inside an organization (Xentr staff only)

POST
/api/organizations/{orgId}/factories
AuthorizationBearer <token>

In: header

Path Parameters

orgId*string

Organization ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.xentr.ai/api/organizations/string/factories" \  -H "Content-Type: application/json" \  -d '{    "name": "Magma HQ"  }'
Empty
Empty
Empty