API
Introduction
The Inbox Zero API is a RESTful API that allows you to programmatically interact with the Inbox Zero platform. This API provides developers with the tools to integrate Inbox Zero’s email management capabilities into their own applications or workflows.
Getting Started
To begin using the Inbox Zero API, you’ll need to obtain an API key. Here’s how:
- Log in to your Inbox Zero account
- Navigate to the Settings page and scroll down to the
API Keys
section - Click on the
Create New Secret Key
button
Your API key is essential for authenticating your requests to the API. Keep it secure and do not share it publicly.
Base URL
All API requests should be made to the following base URL:
Authentication
Include your API key in the header of each request:
Request New Endpoint
If you have a new endpoint that you would like to add to the API, open an issue on GitHub.