Auth / ...nextauth

OAuth and credential flows managed by NextAuth.

Back to API Docs

API Overview

Path: /api/auth/[...nextauth] — Method: ANY

Auth: none — Handles callbacks internally.

Request Details

No headers required

No path params required

No query required

No body required

Responses

    Notes & Tips

    • Ensure headers match exactly (e.g., x-apikey).
    • Use Content-Type: application/json for JSON bodies.
    • For Bearer auth, you can provide either a session JWT or an opaque API key where supported.