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 anopenapi.json file. You can use these with popular code generation tools:
- TypeScript
- Python
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.comaccess_token= your Bearer tokenlocation_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