---
title: Domain Research
summary: >-
  These endpoints allow you to enable, disable, and check the enablement status
  of the <a href="https://docs.fastly.com/products/domain-research-api">Domain
  Research API</a> product on your customer account.
url: https://www.fastly.com/documentation/reference/api/products/domain_research
---

These endpoints allow you to enable, disable, and check the enablement status of the <a href="https://docs.fastly.com/products/domain-research-api">Domain Research API</a> product on your customer account.

## Data model

| Field | Type | Description |
|-------|------|-------------|
| `_links` | object |  |
| `customer` | object |  |
| `product` | object |  |

## API endpoints

### Get product enablement status

**GET** `/enabled-products/v1/domain_research`

Get the enablement status of the Domain Research product.

### Enable product

**PUT** `/enabled-products/v1/domain_research`

Enable the Domain Research product.

### Disable product

**DELETE** `/enabled-products/v1/domain_research`

Disable the Domain Research product.
