SSL Lookup API
API Structure
Deepinfo provides comprehensive information about SSL certificates and enables you to reveal associated FQDNs of a specific domain. Currently, you can access more than 4 billion certificate information using this API. With the SSL Lookup API, existing SSL certificate infomation can be obtained for a particular FQDN or domain.
Let's start by creating a two-week free account from Deepinfo Platform, get your API key and you are ready. Next, you can test using the following cURL command.
Sample with the curl command:
curl --request GET \
--url 'https://api.deepinfo.com/v1/lookup/ssl?target=deepinfo.com' \
--header 'Accept: application/json'
--header 'apikey: [YOUR_API_KEY]' \
API Endpoint: | https://api.deepinfo.com/v1/lookup/ssl?target=deepinfo.com |
API Documentation: | Link |
If you wish to call the SSL Lookup API with real values and run the code, just click here.
You can always contact us and ask for more assistance.
Updated over 2 years ago