Prerequisites
- A HoopAI account (sign up here)
- A Private Integration app or an OAuth app from the Marketplace
- An access token (see Authentication)
For quick testing, use a Private Integration — it gives you a long-lived API key without the full OAuth flow. Go to Settings > Integrations > Private Integrations in your HoopAI account.
Make your first API call
- cURL
- JavaScript
- Python
1
Set your credentials
2
Fetch contacts
Example response
What just happened?
- You sent a
GETrequest to the Contacts API - The
Authorizationheader carried your OAuth bearer token - The
Versionheader (2021-07-28) tells the API which version to use - The API returned contacts scoped to your
locationId(account)
Try something more
Create a contact
Send a message
Next steps
Authentication
Set up OAuth 2.0 for production use
Making requests
Learn request patterns, pagination, and filtering
Webhooks
React to real-time events from HoopAI