H
Heroku Platform API
Details
- URL
-
https://api.heroku.com - Docs
- https://devcenter.heroku.com/articles/platform-api-reference
Authentication
Authorization: Bearer <credential> Create an OAuth client in the Heroku account applications dashboard. For personal access, the OAuth article and Heroku CLI docs indicate you can also run heroku login to authorize the CLI and obtain a bearer token usable by Heroku developer tooling. Use the resulting access token as a Bearer token.