API Reference

Validate authentication and return user information.

Authenticate endpoint with no auth restriction when API key is provided. This endpoint validates the current authentication state and returns user information. Supports both API key authentication (via x-gnx-apikey header) and JWT Bearer token authentication. When API key is provided, bypasses standard JWT validation requirements. Returns different user information based on the authentication method used. Essential for system integration testing and authentication verification workflows.

Authentication Methods: 1. API Key: Include 'x-gnx-apikey' header with valid API key 2. JWT Token: Include 'Authorization: Bearer {token}' header

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!