Quickstart

This guide will get you all set up and ready to use the CertiK Public APIs. We'll cover how to get started on how to make your first API request. We'll also look at where to go next to find all the information you need to take full advantage of our API.

Making your first API request

After geting API key, you are ready to make your first call to the CertiK API. Below, you can see how to send a GET request to the Security Score endpoint.

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

What's next?

Great, you have made your first request to the API. Here are a few links that might be handy as you venture further into the CertiK API: