Skip to content

Overview

The SecurityPro Access API provides a secure, scalable interface for managing user access, authentication, and system activity across modern applications.

It enables teams to provision users, assign roles, and retrieve audit events through a consistent REST API designed for developer-first integration.

  • User provisioning and lifecycle management
  • Role-based access control
  • Audit event retrieval and monitoring
  • Bearer token authentication
  • Secure integration with external systems
EnvironmentBase URL
Sandboxhttps://sandbox-api.securitypro.dev/v1
Productionhttps://api.securitypro.dev/v1
  • All requests and responses use application/json
  • All endpoints are served over HTTPS
  • All timestamps are returned in ISO 8601 UTC format

All requests require a valid bearer token.

Authorization: Bearer YOUR_ACCESS_TOKEN

Continue to the Authentication section to obtain an access token, or follow the Quickstart guide to make your first API request.