# Guide on API authentication and authorization API **Provider:** Guide on API authentication and authorization **Category:** auth **Base URL:** `https://www.moesif.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not applicable **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.moesif.com/blog/technical/restful-apis/Authorization-on-RESTful-APIs/ ## Description Guide on API authentication and authorization API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.moesif.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.moesif.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free reference guide on API authentication and authorization patterns. --- *Source: [API Map](https://apimap.dev/apis/guide-on-api-authentication-and-authoriz/) — CC BY 4.0*