| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

##### Parameters

**customer_id**  
*integer*  
*required*  
The Customer ID

**api-version**  
*integer*  
*required*  
Target API version

##### Responses

``200
Success

# ``401      Unauthorized

# ``403      Forbidden

# ``404      Not found

# ``415      Unsupported Media Type

```

Updated 3 months ago

---

##### Example Shell Command

```bash
curl --request GET \
     --url https://api.dealerware.com/admin/customers/customer_id/denylist \
     --header 'accept: application/json'
```

##### Base URL

https://api.dealerware.com/admin/customers/{customer_id}/denylist

##### Response Formats

```json
401
403
404
415
```

Updated 3 months ago
