# Stytch API **Provider:** Stytch **Category:** auth **Base URL:** `https://stytch.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/s **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://stytch.com/ ## Description User infrastructure for modern applications ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://stytch.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://stytch.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 10K MAU. Consumer auth: $0.01/MAU after free tier. B2B auth: $0.05/MAU. Enterprise: custom. Includes MFA, SSO, SCIM, RBAC. (Part of Twilio since Nov 2025.) --- *Source: [API Map](https://apimap.dev/apis/stytch/) — CC BY 4.0*