Skip to main content
While the HoopAI Platform API can be called directly with any HTTP client, these tools make development faster.

Official resources

OpenAPI specifications

Every API module includes a downloadable OpenAPI 3.0 spec. Use it to auto-generate client libraries, types, or test stubs.

API playground

The API Reference includes an interactive playground where you can make live API calls directly from the docs.

Using OpenAPI specs

Each API section has an openapi.json file. You can use these with popular code generation tools:
Generate TypeScript types from the spec:

HTTP client examples

JavaScript / TypeScript

Python

Testing with Postman

1

Import the OpenAPI spec

In Postman, click Import and paste the URL for any HoopAI OpenAPI spec (e.g., the Contacts API).
2

Set up environment variables

Create a Postman environment with:
  • base_url = https://services.leadconnectorhq.com
  • access_token = your Bearer token
  • location_id = your account ID
3

Configure authorization

Set the collection authorization to Bearer Token using {{access_token}}.

Integrations and middleware

Next steps

API reference

Browse every endpoint with interactive examples

Building a marketplace app

Learn how to build and publish an app
Last modified on March 5, 2026