API Documentation
Introduction
ZeroGate API Documentation
Welcome
Welcome to the ZeroGate API documentation page! Below you’ll find details about our API endpoints and how to use them to integrate ZeroGate with your applications.
Getting started
In order to access the API endpoint for your ZeroGate workspace, you first need to generate an API key in the ZeroGate dashboard. To generate an API key, log into the ZeroGate dashboard and navigate to Organization Settings > API Keys > Generate as seen in the screenshot below.
// TODO add screenshot
Once you have your API key & secret, our API endpoint is available at the following address:
- https://api.zerogate.com/public/v1
- You will also need to set a custom HTTP header,
X-API-Key
with the value of your API key.
Authentication
All API endpoints are authenticated using X-API-Key
and X-API-Secret
headers.