Authentication
All API requests require a Bearer Token provided to enterprise partners.
GET /v1/scan/{domain}
Authorization: Bearer YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
Sample Response
{
"status": "success",
"domain": "example.com",
"score": 98,
"protocols": ["h3", "tls1.3"],
"timestamp": "2026-02-26T14:30:00Z"
}
For higher rate limits and webhooks, please contact our sales team.