Inventory
Last updated
Last updated
This endpoint returns a list of the organization's inventory
/organizations/{id}/inventory
If defined returns the development inventory
API version
This endpoint returns a paginated list of the organization's inventory requests
/organizations/{id}/inventory/requests
The amount of items to return
10
The page to return
0
The organization's Id
123e4567-e89b-12d3-a456-426614174000
API version
This endpoint returns a specific organization's inventory request
/organizations/{id}/inventory/requests/{requestId}
API version
This endpoint creates a transaction for credits in the organization's inventory
/organizations/{id}/inventory/action/{action}
The action to perform on the token credit, one of transfer, retire, transfer_retire, cancel
transfer
, retire
, transfer_retire
, cancel
, issuance
, receive
, claim
, create_project
, create_vintages
The ID of the organization
123e4567-e89b-12d3-a456-426614174000
API version
The ID of the token credit
exPost-2-0x1234567890abcdef
The amount of the token credit
100
The ID of the organization receiving the token credit - if not provided, toAddress must be provided
123e4567-e89b-12d3-a456-426614174000
The address of the organization receiving the token credit - if not provided, toOrganizationId must be provided
0x1234567890abcdef
The retirement data associated with the token credit - only required for retirements
This endpoint requests a specific action on credits in the organization's inventory
/organizations/{id}/inventory/requests/{action}
The action to perform on the token credit, one of transfer, retire, transfer_retire, cancel
transfer
, retire
, transfer_retire
, cancel
, issuance
, receive
, claim
, create_project
, create_vintages
The ID of the organization
123e4567-e89b-12d3-a456-426614174000
API version
The ID of the token credit
exPost-2-0x1234567890abcdef
The amount of the token credit
100
The ID of the organization receiving the token credit - if not provided, toAddress must be provided
123e4567-e89b-12d3-a456-426614174000
The address of the organization receiving the token credit - if not provided, toOrganizationId must be provided
0x1234567890abcdef
The retirement data associated with the token credit - only required for retirements
This endpoint reviews a specific organization's credit action request
/organizations/{id}/inventory/request/{requestId}/review
API version
Accepted
, Pending
, Rejected