shield-checkAuthentification

You must specify your API key in the header of your request for each request made to our APIs.

Headers

{
    "Content-Type": "application/json",
    "x-api-key": "your-api-key" // Replace by your Circular API Key
}

Last updated