Organizations
Who can use these endpoints
You can use an organization access token, see "Authenticating as an ICR organization". And you can also use an installation access token to access these endpoints using your ICR App. For more information, see "Authenticating as an ICR App installation." And
Information
Metadata for an organization.
Gets base information on a specific organization.
Callable by any access token with permissions "organization_info:read".
Organization's Inventory Accounts
Returns the inventory accounts that this organization owns. Default and subaccounts.
Gets the public wallet addresses of an organization. Mainly used for getting addresses to deposit credits into or to get inventory data for subaccounts.
Callable by any access token with permissions "organization_info:read".
Organization Inventory
This is the main inventory of an organization. Currently only "read" and "read and request" access are available for the inventory. The "read and request" access gives an app the permission to make transfer / retirement requests toward the credits in the organization's inventory.
This returns all the credits in an organization's inventory.
Callable by any access token with permissions "organization_inventory:read".
Creates a "transfer" / "retire" / "transfer_retire" transaction and puts it in the processing queue. To monitor the state of the transaction you can query the transaction endpoint.
Callable by any access token with permissions "organization_inventory:read_write".
Gets a specific transaction.
Callable by any access token with permissions "organization_inventory:read".
Testing endpoints
friendbot - test credits
To get some test credits into your organization on the sandbox you can use this endpoint with and organization Id that you control. It will deposit a 100 credits into your organization.
Callable by any access token regardless of permissions.
Last updated