Authenticate as an installation
You can make your ICR App authenticate as an installation in order to make API requests that affect resources owned by the organization where the app is installed.
About authenticating as an ICR app installation
Using an installation access token to authenticate as an app installation
Generating an installation access token
curl --request POST \ --url "https://api.carbonregistry.com/app/installations/INSTALLATION_ID/accessTokens" \ --header "Authorization: Bearer JWT"
Authenticating with an installation access token
Last updated