Platform
ScaiWave ScaiGrid ScaiCore ScaiBot ScaiDrive ScaiKey Models Tools & Services
Solutions
Organisations Developers Internet Service Providers Managed Service Providers AI-in-a-Box
Resources
Support Documentation Blog Downloads
Company
About Research Careers Investment Opportunities Contact
Log in

Admin — platform settings

2 endpoints in this group. All paths are prefixed with /api/v1.

Endpoints in this group#


GET /api/v1/admin/platform/operator — Get Operator Settings {#get-api-v1-admin-platform-operator}#

Get platform operator / seller identity settings.

Parameters:

  • authorization (header, string, optional)

Responses:

  • 200 — Successful Response. Returns: ApiResponse_OperatorSettingsResponse_ — {data, meta}
  • 422 — Validation Error. Returns: HTTPValidationError — {detail}

PUT /api/v1/admin/platform/operator — Update Operator Settings {#put-api-v1-admin-platform-operator}#

Update platform operator / seller identity settings.

Parameters:

  • authorization (header, string, optional)

Body: OperatorSettingsUpdateRequest — {legal_name, address_line1, address_line2, postal_code + 12 more}

Responses:

  • 200 — Successful Response. Returns: ApiResponse_OperatorSettingsResponse_ — {data, meta}
  • 422 — Validation Error. Returns: HTTPValidationError — {detail}
Updated 2026-05-18 01:48:40 View source (.md) rev 2