Introduction
Get to know the basics of the DFend API.
Last updated
Get to know the basics of the DFend API.
Last updated
The DFend API follows conventions, with resource-oriented URLs that accept and return data. It uses standard and .
You will authenticate requests by including an API key in the x-api-key
header. Your account comes with two types of keys. Here's how you'll use them.
You will use your publishable API key to send signals from a website or app (an untrusted environment). When using JavaScript, you can use our for convenience.
You will use your secret API key to send signals from a server (a trusted environment). Certain extra functionality and expanded data is available when using this type of key.
Always include the correct API key in the x-api-key
header when sending requests to our API.