Authentication

All HTTP requests to the CertiK API must be authenticated with an API key. To obtain an API key, please contact the CertiK Business Team.

Using Your API Key

All requests should target this domain https://partner.certik-skynet.com. The API key must be included in the request header as X-Certik-Api-Key.

GET
/v1/security-scores
curl -G https://partner.certik-skynet.com/v1/security-scores \
          -H "X-Certik-Api-Key: {YOUR_API_KEY}" \