> ## Documentation Index
> Fetch the complete documentation index at: https://docs.manifestfinancial.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise

# Overview

The Enterprise object represents your organization and its account at Manifest.

***

# Methods

<Tabs>
  <Tab title="Get">
    <Card icon="square-arrow-right" iconType="solid" color="#425BE0">
      **`GET`  /enterprise**<br />
      Test your integration + get info for your enterprise.
    </Card>

    ## Example

    <CodeGroup>
      ```json Response theme={null}
      {
          "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"
      }
      ```
    </CodeGroup>
  </Tab>
</Tabs>

***

# Properties

<ResponseField name="name" type="string">
  Enterprise name
</ResponseField>

<ResponseField name="operating_balance_in_cents" type="number">
  Available balance in cents, e.g. \`\$1.00 would be the number 100.
</ResponseField>

<ResponseField name="pending_payouts_balance_in_cents" type="number">
  Available balance in cents, e.g. \`\$1.00 would be the number 100.
</ResponseField>
