AurionAI Docs

Create Test Tenant

Create an isolated test tenant with active subscription for E2E tests.

POST
/api/v1/test/tenant

Create an isolated test tenant with active subscription for E2E tests.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/test/tenant" \  -H "Content-Type: application/json" \  -d '{    "plan_slug": "string"  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}