Skip to main content
Welcome to the GoSentrix API documentation. This guide will help you integrate with GoSentrix’s enterprise security platform.

What is GoSentrix?

GoSentrix is an enterprise-grade security platform that provides unified security controls, multi-tenant isolation, and comprehensive audit capabilities for modern applications.

API Overview

The GoSentrix API is organized into three distinct planes:

Public API (api.gosentrix.io)

Internet-facing endpoints for:
  • User authentication and authorization
  • Application integration
  • Identity provider callbacks

Admin Control Plane (cp.gosentrix.io)

Administrative endpoints for:
  • Tenant management
  • SSO configuration
  • Custom domain management
  • Audit event access
  • Webhook management
The Control Plane API requires authentication and is gated for tenant administrators only.

Base URLs

  • Public API: https://api.gosentrix.io
  • Control Plane: https://cp.gosentrix.io
  • Sandbox: https://api-sandbox.gosentrix.io

Authentication

All API requests require authentication using JWT tokens. See the Authentication guide for details.

Rate Limits

API requests are rate-limited per tenant. See Rate Limiting for details.

Support