Enpass Business API

The Enpass Business API provides programmatic access to your organization's Enpass data, enabling security teams, IT administrators, and automation workflows to query key insights directly — without manual exports from the Admin Console.

What You Can Access

Endpoint

Description

Vault Summary API

User-level vault data with password health and security metrics

Security Audit Summary API

Organization-wide security posture and risk indicators

Adoption Summary API

Onboarding progress and app usage across your team

Base URL

The base URL for all API endpoints is available in the Admin Console under Settings → API Access.

Authentication

All requests must include a Bearer token in the Authorization header:

Authorization: Bearer <your-token>

Tokens are generated from the Admin Console and are scope-restricted — each token only provides access to the data sets it was provisioned for. See API Access Management to learn how to create and manage tokens.

Next Steps