AurionAI Docs

Seed Subscription Status

Set subscription status for a tenant (active, past_due, canceled). This lets QA test allowance-check gates without making real voice calls.

POST
/api/v1/test/seed/{tenant_id}/subscription-status

Set subscription status for a tenant (active, past_due, canceled).

This lets QA test allowance-check gates without making real voice calls.

Path Parameters

tenant_id*Tenant Id
Formatuuid

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/seed/497f6eca-6276-4993-bfeb-53cbbbba6f08/subscription-status" \  -H "Content-Type: application/json" \  -d '{    "status": "string"  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}