Skip to main content

API Documentation

Access Gable’s API documentation to build custom integrations and connect your workflows.

Kelley Pembroke avatar
Written by Kelley Pembroke
Updated over a week ago

📍 Where to Find It

You can view Gable’s API documentation in two ways, depending on your needs and access:

🛠️ In the Gable Platform (Admin Access Required)

If you're an admin, you can access API settings and documentation directly within Gable:

🌐 Public API Docs

You can also explore our public-facing API documentation here:


❓FAQs

🔄 What pagination method does the API use?

The public API uses cursor-based pagination.

  • Use the $limit parameter to set how many items to return.

  • To fetch the next page, use the $next cursor returned in the previous response body.

🚦 What are the rate limits for the API?

We are not currently enforcing strict rate limits on the public API.
However, we recommend communicating a soft limit of 2,500 requests per hour to help prevent abuse and ensure smooth performance.


📧 Need Help?

If you have questions or need support with API integrations, reach out to us at support@gable.to. We're here to help!

Did this answer your question?