> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crovant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Roblox Oauth Start (GET)

> Auto-generated from serverless function roblox-oauth-start.



## OpenAPI

````yaml /openapi.json get /roblox-oauth-start
openapi: 3.0.3
info:
  title: Crovant API
  version: 1.0.0
  description: >-
    Auto-generated from the serverless handlers in `netlify/functions/`.
    Endpoints are served under `/api`; the legacy `/.netlify/functions` prefix
    resolves to the same handlers.
servers:
  - url: https://crovant.com/api
    description: Production
  - url: /api
    description: Relative to the current origin
security: []
paths:
  /roblox-oauth-start:
    get:
      tags:
        - Roblox Oauth Start
      summary: Roblox Oauth Start (GET)
      description: Auto-generated from serverless function roblox-oauth-start.
      operationId: get_roblox_oauth_start
      responses:
        '200':
          description: Success

````