T1 Electrical SolutionsT1 Platform Docs
API and Mobile

API Documentation Endpoints

API Documentation Endpoints

The app exposes public documentation endpoints before authenticated API routing.

EndpointControllerPurpose
/api/docsAPI Platform docs route/configLegacy/API Platform documentation.
/api/v2/docsApi/V2/DocsController.phpHuman-readable API v2 docs.
/api/v2/docs.jsonApi/V2/DocsController.phpJSON/OpenAPI-style API v2 docs.

The security config explicitly places these public routes before ^/api access control so docs remain public while normal API endpoints require ROLE_USER.

On this page