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

name
string

Enterprise name

operating_balance_in_cents
number

Available balance in cents, e.g. `$1.00 would be the number 100.

pending_payouts_balance_in_cents
number

Available balance in cents, e.g. `$1.00 would be the number 100.