With the PulseGuard API, you can programmatically access your domains, devices, and toolbox functionalities. This allows you to integrate PulseGuard with your own applications and workflows.

API access is available on Pro and Expert plans. The number of API calls and features accessible via the API depends on your subscription level.

All API endpoints are authenticated using Bearer tokens. You can find more details in the Authentication section.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

"security": [
  {
    "bearerAuth": []
  }
]