{"openapi":"3.2.0","info":{"title":"SSL Verify API API","description":"Easily check SSL certificate details for any HTTPS URL with this API. Get key information like common name, organization, issuer and validity dates","version":"1.0.0"},"servers":[{"url":"https://lmjkw.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/check-ssl":{"get":{"operationId":"get_check_ssl","summary":"GET/endpoint to check SSL Certificates","description":"Verify SSL certificate for a given URL","parameters":[{"name":"url","in":"query","description":"The URL to verify the SSL certificate for(e.g.., https://google.com).\nTh end should be like this (/check-ssl?url=https://google.com)","required":false,"schema":{"type":"string","title":"url","example":"https://google.com"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}