# GetOTP API **Provider:** GetOTP **Category:** auth **Base URL:** `https://otp.dev` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10 req/s **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://otp.dev/en/docs/ ## Description Implement OTP flow quickly ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://otp.dev/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://otp.dev' ``` ## Sample Response ```json {} ``` ## Pricing Details OTP verification service. Free: 100 OTPs/month. Starter $9/mo (1K OTPs). Growth $29/mo (5K OTPs). Scale $99/mo (25K OTPs). Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/getotp/) — CC BY 4.0*