H

Heroku API

by Heroku

REST API to programmatically create apps, provision add-ons and perform other task on Heroku

developer

Quick Reference

Base URL https://devcenter.heroku.com Auth type OAuth 2.0 Auth header Authorization: Bearer YOUR_TOKEN Rate limit 4,500 API calls/hour per account Pricing Enterprise / contact sales Free quota None Documentation https://devcenter.heroku.com/articles/platform-api-reference/ Endpoint status Live — HTTP 200 — endpoint is accessible1.17s (checked Mar 29, 2026) Builder score D 34% builder-friendly
Pricing
28
Latency
60
Depth
18

Authentication

See documentation for auth details

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

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.

Key Endpoints

MethodPathDescription
GET / See documentation for endpoint reference

Sample Request

curl 'https://devcenter.heroku.com'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Heroku documentation.