API Reference

Getting Started

Learn how to leverage Workbase's Public API to build custom integrations for your business.

Authentication

To access the Workbase API, you need to generate a Company Api Key. Users with the necessary permissions can generate their own API keys in the Company Settings section. API keys are company-wide and must be protected as they grant access to your organization's resources.

To authenticate API requests, include the API key in the Authorization header of your HTTP requests. All requests must be made over HTTPS.

Header format:

X-Company-Api-Key: "<Your Company API Key>"