Overview
The Enterprise object represents your organization and its account at Manifest.
Methods
GET
/enterprise
Test your integration + get info for your enterprise.
Example
{
"name": "Triangle",
"operating_balance_in_cents": 10000,
"pending_payouts_balance_in_cents": 0,
"created_at": "2024-11-12T20:22:49.075Z",
"updated_at": "2024-11-12T20:22:49.075Z"
}
Properties
operating_balance_in_cents
Available balance in cents, e.g. `$1.00 would be the number 100.
pending_payouts_balance_in_cents
Available balance in cents, e.g. `$1.00 would be the number 100.