Documentation

Authentication

How to authenticate against the GATE/0 API.

GATE/0 uses API tokens to authenticate all requests. Each request to the GATE/0 API must include your token in the Authorization header using the Bearer token format:

Authorization: Bearer YOUR_API_TOKEN

You can manage and rotate your API tokens from the GATE/0 dashboard. Tokens are scoped to your organization and can be restricted by usage or access level if needed.