H

Heroku Platform API

REST discovered

Details
URL
https://api.heroku.com
Docs
https://devcenter.heroku.com/articles/platform-api-reference
Authentication
Heroku OAuth authorization / bearer token oauth2 discovered Set up OAuth ↗
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.