Quick Start
To use the CheckMark API, you'll need:
- An API key (generate from your dashboard)
- Include the JWT token in your Authorization header
- Make requests to:
https://checkmarkasaservice.com/api/v1
Example Request:
curl -X POST https://checkmarkasaservice.com/api/v1/scan \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"domain": "example.com",
"scan_types": ["dns_security", "ssl_security", "email_security"]
}'
Rate Limits:
- Default: 60 requests per minute
- Higher limits available for enterprise customers
- Rate limit headers included in all responses