---
title: Bot Management
summary: These endpoints allow you to enable, disable, and check the enablement status of the Bot Management product on your services.
url: https://www.fastly.com/documentation/reference/api/products/bot_management
---

These endpoints allow you to enable, disable, and check the enablement status of the Bot Management product on your services.

## Data model

| Field | Type | Description |
|-------|------|-------------|
| `_links` | object |  |
| `product` | object |  |
| `service` | object |  |
| `customer` | object |  |
| `services` | array | A list of services with Bot Management enabled. |
| `configuration` | object |  |

## Data model

| Field | Type | Description |
|-------|------|-------------|
| `contentguard` | string | ContentGuard status. |

## API endpoints

### Get product enablement status

**GET** `/enabled-products/v1/bot_management/services/{service_id}`

Get the enablement status of the Bot Management product on a service.

**Parameters:**

| Name | Type | In | Required | Description |
|------|------|----|---------|--------------|
| `service_id` | string | path | Yes | Alphanumeric string identifying the service. |

### Enable product

**PUT** `/enabled-products/v1/bot_management/services/{service_id}`

Enable the Bot Management product on a service.

**Parameters:**

| Name | Type | In | Required | Description |
|------|------|----|---------|--------------|
| `service_id` | string | path | Yes | Alphanumeric string identifying the service. |

### Disable product

**DELETE** `/enabled-products/v1/bot_management/services/{service_id}`

Disable the Bot Management product on a service.

**Parameters:**

| Name | Type | In | Required | Description |
|------|------|----|---------|--------------|
| `service_id` | string | path | Yes | Alphanumeric string identifying the service. |

### Get configuration

**GET** `/enabled-products/v1/bot_management/services/{service_id}/configuration`

Get the configuration of the Bot Management product on a service.

**Parameters:**

| Name | Type | In | Required | Description |
|------|------|----|---------|--------------|
| `service_id` | string | path | Yes | Alphanumeric string identifying the service. |

### Update configuration

**PATCH** `/enabled-products/v1/bot_management/services/{service_id}/configuration`

Update the configuration of the Bot Management product on a service.

**Parameters:**

| Name | Type | In | Required | Description |
|------|------|----|---------|--------------|
| `service_id` | string | path | Yes | Alphanumeric string identifying the service. |

### Get services with product enabled

**GET** `/enabled-products/v1/bot_management/services`

Get all the services which have the Bot Management product enabled.

