# The Problem With API Authentication in Express API **Provider:** The Problem With API Authentication in Express **Category:** auth **Base URL:** `https://stormpath.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not applicable **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://stormpath.com/blog/the-problem-with-api-authentication-in-express/ ## Description The Problem With API Authentication in Express API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://stormpath.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://stormpath.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free reference article. Security research on API authentication; not a live API. --- *Source: [API Map](https://apimap.dev/apis/the-problem-with-api-authentication-in-e/) — CC BY 4.0*