Back to catalog
πŸ’»

Heroku

OAuth

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

πŸ’»DevelopmentHTTPSCORS enabled

Heroku App

acme-dashboard

StackHeroku-24
RegionUs
Dynos3
Slug Size Mb42
Created At2025-06-14T09:22:10Z
Web UrlHttps://acme-dashboard.herokuapp.com

Sample Response

response.json
1{
2 "name": "acme-dashboard",
3 "stack": "heroku-24",
4 "region": "us",
5 "dynos": 3,
6 "slug_size_mb": 42,
7 "created_at": "2025-06-14T09: 22: 10Z",
8 "web_url": "https://acme-dashboard.herokuapp.com"
9}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://devcenter.heroku.com/articles/platform-api-reference/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs