Getting an Access Token

To retrieve an Access Token for Backstage API, use the Client Credentials Flow:

  1. Client submits client_id and client_secret to the token endpoint.
  2. Server returns an Access Token.

🚧

Deprecation notice

The Password Credentials flow for Backstage API has been deprecated.