API Access and Developer Documentation

About Our Developer Documentation

The APIs are currently in the process of moving to an OAuth 2.0-based API (API 2.0), and at some point in the future, this will be the only API available for integration once this migration is complete. Until this time, we have two APIs, which we are calling the API 1.0 and the API 2.0 for added clarity when referencing which API you are utilizing. See further details below.

API 1.0 Docs

https://public-api.gohighlevel.com/

  • No new endpoints are planned for the Public API at this time.
  • "Public API (v1)" has been renamed to API 1.0 for clarity.

API 2.0 Docs

  • Going forward, be sure to use the API 2.0 Docs for new integrations as all future endpoints and new API functionality will be added here.
  • As of now, not all endpoints from the API 1.0 Docs have been integrated into the API 2.0 Docs.
  • Pro Tip: To ensure an uninterrupted API integration, be sure to regularly review and update your integration as soon as a new endpoint becomes available in the API 2.0 Docs.
  • "OAuth 2.0 API (v2)" has been renamed to API 2.0 for clarity.

Check out our Developers Landing Page, where you can find the Developer Marketplace, Documentation, Slack Channel, and more! -->  https://developers.gohighlevel.com/


How to Get Help or Support for the HighLevel API

At this time, HighLevel Support does NOT provide setup code auditing or developer consultative services on API-Related topics. However, if your setup is complete and correct - yet an error persists, you may have encountered an API Bug we need to fix.

You can report this bug by filling out this form: https://speakwith.us/dev-ticket

Our API Docs list all available endpoints that are publicly available. If you don’t see an endpoint on either of the API developer sites listed below, we recommend visiting our Roadmap & Ideas Board to add your idea!

You can also track the progress of new ideas as they make their way through planning and into production on our roadmap. This board is both for new developer features and consumer features alike.

API Access Levels

The CRM has the highest level access called Advanced API access.


What is an API Key and how is it used?

An application programming interface key (API key) is a unique identifier used to authenticate a user, developer, or data passed via API. It's essentially a secret Key that you want to keep close and not share.
An authorized API key will allow you to pass data between software automatically using applications like Zapier, Pabbly, Integrately, Make (Formerly Integromat), API Nation, and others.

Where to find your API key

1. Location Level > Settings > Business Info


What are the Rate Limits for API 1.0 & API 2.0?

Our current rate limits for API 1.0 are:

For Burst Requests - 100/10 seconds

For Daily - 200,000/Day


Our current rate limits for API 2.0 are:

GHL has implemented rate limits on our public V2 APIs using OAuth to ensure optimal performance and stability. These limits have been adjusted to:


Burst limit: A maximum of 100 API requests per 10 seconds for each Marketplace app (i.e., client) per resource (i.e., Location or Company).


Daily limit: 200,000 API requests per day for each Marketplace app (i.e., client) per resource (i.e., Location or Company).

These new limits contribute to better overall performance and stability of our system.

To monitor your limited usage, refer to the following API response headers:

'X-RateLimit-Limit-Daily': Your daily limit

'X-RateLimit-Daily-Remaining': The remaining number of requests for the day

'X-RateLimit-Interval-Milliseconds': The time interval for burst requests

'X-RateLimit-Max': The maximum request limit in the specified time interval

'X-RateLimit-Remaining': The remaining number of requests in the current time interval

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.