Skip to main content
The Objects API gives you full control over custom object schemas and their records in the HoopAI Platform. Define entirely new object types with custom labels and fields, then create, read, update, delete, and search individual records against those schemas. Standard objects — such as contacts, opportunities, and companies — are also supported, giving you a unified data layer for all entity types in your account.

Base URL

Authentication

Every request must include a bearer token in the Authorization header and the API version in the Version header.
Use an access token generated for your account, or a Private Integration Token scoped to your account. Creating a new custom object schema requires an admin-level token.

OAuth scopes

Quick start

List all object schemas available in an account:

Endpoints

Last modified on March 5, 2026