API Reference

Scudo API requires API keys for authentication purposes. API keys are necessary for every request that you make. Therefore, you need to use your unique API key to ensure that your request is authorized.

To use your API key, you must include it in the header of your request. You can do this by setting the value of the key 'api-access-key' in the header. This ensures that the Scudo API recognizes your key and authorizes your request, enabling you to access the API's functionalities.

var api_key = "12c3-de4b-b5bf-e057-08fe-d99f-f122-1e23";

var headers: {
    accept: 'application/json',
    'api-access-key': api_key
  }