Apps
Your App can make requests to the following REST endpoints with an App signed JWT.
Who can use these endpoints
You need to use a JWT to access these endpoints using your ICR App's private key to sign it. For more information, see "Authenticating as an ICR App."
Access tokens
Access tokens are how your app gets access to organization and credit resources on CarbonRegistry.com.
app access token
The app access token is an access token you can use if you do not need to make requests accessing organization resources. This is mostly for semi-public endpoints like getting information on public projects.
installation access token
Installation access tokens are the tokens you need when accessing resources from organizations. These tokens are needed when making requests to the "Endpoints available for ICR App installations".
delete access token
Enables deleting / invalidating an access token. It invalidates the one used in the authorization header.
all app installations
A paginated list of all app installations for this app.
specific app installation
Returns a specific app installation.
Last updated