# Heroku API **Provider:** Heroku **Category:** developer **Base URL:** `https://devcenter.heroku.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 4,500 API calls/hour per account **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://devcenter.heroku.com/articles/platform-api-reference/ ## Description REST API to programmatically create apps, provision add-ons and perform other task on Heroku ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://devcenter.heroku.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://devcenter.heroku.com' ``` ## Sample Response ```json {} ``` ## Pricing Details No free tier (removed Nov 2022). Eco dynos $5/mo (1K dyno-hours). Mini $7/mo (persistent dyno). Standard-1X $25/mo. Standard-2X $50/mo. Performance $500/mo. --- *Source: [API Map](https://apimap.dev/apis/heroku/) — CC BY 4.0*