Apps
Your App can make requests to the following REST endpoints with an App signed JWT.
Access tokens
Access tokens are how your app gets access to organization and credit resources on CarbonRegistry.com.
app access token
This endpoint generates an app access token. This access token can be used to access app specific resources and general "public" resources, like the /projects endpoint.
API version
2023-06-16The 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
This endpoint generates an installation access token for a specific installation. This access token can be used to access organization resources.
API version
2023-06-16Installation 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
This endpoint returns all active installation for an app
The amount of items to return
10The page to return
0API version
2023-06-16A paginated list of all app installations for this app.
specific app installation
Returns a specific app installation.
Last updated