Check Internal Token
POST/auth/check-internal-token
Verifies an internal system token for service-to-service communication. Typical Flow: 1. An internal service sends a token for validation 2. The server verifies the internal token's validity 3. Returns validity information and token metadata Usage Examples: - Communication between microservices - Validation of internal system tokens - Verification of permissions between services Important Notes: - For internal use between services only - Does not require user authentication - Token has a system-specific format
Request
Responses
- 200
- 401
Valid internal token
Invalid internal token