Getting Started

Getting your API Key

You can get an API key from the user settings page in your Ad Reform account.arrow-up-right

circle-info

Anyone with this API Key can use the Ad Reform API as if they were you. If it is compromised, you can create a new key and delete the old one from your settings pagearrow-up-right.

Sending your first API call

You must set the following request headers when making API calls:

Content-Type: "application/json"
Authorization: "Bearer YOUR_API_KEY"

You will also need your organization’s slug, which will be passed along within request URLs.

You can find this in your browser’s URL bar when using the web UI:

Finding your organization slug in the URL bar

How it works

The Ad Reform API consists of two parts: a REST API to process requests, and outgoing webhooks to send out results.

For more on the API, go to the API Reference:

API Referencechevron-right

For more on webhook events, go to the Webhooks Reference:

Webhooks Referencechevron-right

Questions or feedback?

Let us know what questions or feeback you have! Just chat us or email [email protected]envelope

Last updated