Organization warehouse
Get warehouse inventory
This endpoint returns a paginated list of the organization's warehouse inventory.
get/organizations/{id}/warehouse/inventory
Path parameters
idstring required
Query parameters
developmentstring required
Headers
x-icr-api-versionstring
API version
Response
Example response
{
"credits": [
{
"id": "exPost-2-0x51298f2f1142ecb129a2db5e6afd24f34f2e53f1",
"inventoryId": "d449c665-3100-40c6-91ad-9d3f0a9fd343",
"organizationId": "1b0e4f37-59ca-489a-8a23-ee3152812cb8",
"project": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"fullName": "Project 1",
"url": "https://api.carbonregistry.com/projects/47abd663-fb35-4b2e-ad08-c347e761649e",
"publicUrl": "https://carbonregistry.com/explore/projects/47abd663-fb35-4b2e-ad08-c347e761649e"
},
"serialization": "ICR-ISL-354-78040-14-R-0-2021",
"amount": 7,
"type": "exPost"
}
],
"organizationId": "123e4567-e89b-12d3-a456-426614174000"
}