# Redash API **Provider:** Redash **Category:** developer **Base URL:** `https://redash.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on deployment **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://redash.io/help/user-guide/integrations-and-api/api ## Description Access your queries and dashboards on Redash ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://redash.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://redash.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open-source (self-hosted). Redash Cloud hosted from $49/mo (10 users). --- *Source: [API Map](https://apimap.dev/apis/redash/) — CC BY 4.0*