API Integration
This guide covers connecting external systems to GXP via the REST API.
Overview
GxP uses token-based authentication to secure API access. All API requests must include valid credentials to authenticate the requesting user or application.
Sanctum Tokens
Laravel Sanctum provides a lightweight authentication system for SPAs, mobile applications, and simple token-based APIs. GxP uses Sanctum for its API authentication.
API Keys
API Keys provide a simple authentication mechanism for third-party integrations and automated systems that need to interact with the GxP API.