# Object Types

The Fordefi REST API provides endpoints for accessing the following core objects.

### Organization

This resource collection represents the account (or workspace) on Fordefi that contains all your vaults, users, policies, and more. There can be one or more user in an organization. A user can be a member in more than one organization. An organization contains a user directory and a set of managed vaults.

[Learn more](/user-guide/organization-management)

### Vaults

This resource collection manages funds. A vault has a single public address but is multi-chain, meaning you can use it across all chains that are compatible with the address and are supported by Fordefi. For example, a single EVM vault can be used on all the EVM chains supported by Fordefi.

[Learn more](/api/openapi/vaults)

### Vault Groups

This resource collection represents vault groups.

[Learn more](/api/openapi/vault-groups)

### Assets

This resource collection represents assets: a native currency or a token. A vault can have multiple assets across multiple chains, all under the same vault address.

[Learn more](/api/openapi/assets)

### Transactions

This resource collection represents transactions. A transaction is any object that can be signed cryptographically (with a private key).

[Learn more](/api/openapi/transactions)

### Users

This resource collection represents users.

[Learn more](/api/openapi/users)

### User Groups

This resource collection represents user groups.

[Learn more](/api/openapi/user-groups)

### End Users

This resource collection represents end users. End users are the users of a third-party app that embeds cryptographic technology provided by Fordefi.

[Learn more](/api/openapi/end-users)

### Authorization Tokens

This resource collection represents authorization tokens that allow end users to authenticate with Fordefi.

[Learn more](/api/openapi/authorization-tokens)

### Blockchains

This resource collection represents blockchains.

[Learn more](/api/openapi/blockchains)

### Webhooks

This resource collection represents webhooks. Webhooks are used to notify your application of events that have occurred in the Fordefi platform.

[Learn more](/api/openapi/webhooks)

### Address Book

This resource collection represents an address book. Address Book is an object that represents a saved blockchain address and its alias.

[Learn more](/api/openapi/address-book)

### Audit Log

Use these resource collection endpoints to manage audit logs.

Audit logs are used to track the actions of users in your organization.

[Learn more](/api/openapi/audit-log)

### Exports

Use these resource collection endpoints to manage asynchronous actions such as data exports.

[Learn more](/api/openapi/exports)