get https://api.fiscanner.net/Authenticate
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