Version: 1.0.0
Screening Eagle Technologies API Platform
Authentication
- HTTP: Bearer Auth
This security scheme uses OAuth 2.0 Bearer Tokens with JWT format for securing API requests.
Clients must provide a valid access token in the Authorization header to access protected resources.
Example: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |