Skip to content

Request Access

POST
/api/v1/tenants/request-access

Record a contact-form submission and notify staff on Slack.

Rate-limited to 3 requests per authenticated user per rolling 24 hours to
avoid abuse. Slack notification failures are swallowed by the notifier so
they never fail the request — the DB row is the source of truth.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"company_name": "string",
  
"contact_email": "string",
  
"contact_phone": "string",
  
"website": "string",
  
"use_case": "string",
  
"expected_volume": "string",
  
"desired_channels": [
  
  
"string"
  
]
}

Responses

Successful Response

application/json
JSON
{
  
"id": 0,
  
"status": "string"
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

XC AI Content Automation