To authenticate API requests, you must include an API key in the headers of each request. This key is unique to your account and allows secure access to the API.
Each request should include the x-api-key header as in the example at the right.
To get your API key, please contact AdGlare Support.
|
Authentication
curl https://{yourname}.api.adglare.app/v2/...
-H "x-api-key: {api_key}"
|