Authentication
AdSecure authenticates your API requests using your account's API key. If you do not include your key when making an API request, or use one that is incorrect or outdated, AdSecure returns an error.
Every account can be provided with an API key. If your account doesn't have one yet or if you require additional ones, please contact your account manager to request it.
In our code examples, we include randomly generated API keys or the placeholder YOUR_API_KEY
. Replace these with your own to see code examples being executed successfully.
You can use the Odin API by adding your key in a HTTP request's header:
Authorization: YOUR_API_KEY