# Send a Bundle

**POST** `/bundles/{bundleSlug}/send/`

Attempt to send a draft or pending Bundle. If successful, the Bundle's status will change to `se` (Sent).

## Request

### Parameters

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

### Responses

- `200`: The sent Bundle object
  - Content types: `application/json`
- `400`: Bad Request
  - Content types: `application/json`
- `404`: Not found response
  - Content types: `application/json`
