# Validate a Bundle

**PUT** `/bundles/{bundleSlug}/validate/`

Check if a given draft or pending Bundle is ready to be sent.
Returns validation status and a message.

## Request

### Parameters

- `bundleSlug` (path, required, string): The slug that uniquely identifies the Bundle

### Responses

- `200`: Validation result
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
