--- title: 'Introduction' description: 'Example section for showcasing your API endpoints' --- You need to make sure to point your request to your API server. This section is a work in progress. Updates will be made soon. ## Authentication All API endpoints are authenticated using Bearer tokens and picked up from the specification file. ```json "security": [ { "bearerAuth": [] } ] ```