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

#### URL Expired

The URL for this request expired after 30 days.

##### Schema

- **recruiter_email**  (string, required): Email address of the recruiter
- **start_time**  (string, required): Start time of the appointment slot
- **end_time**  (string, required): End time of the appointment slot
- **location**  (string): Location of the appointment slot
- **max_attendees**  (integer, required): Maximum number of attendees, must be greater than 0
- **instructions**  (string): Instructions for attendees
- **frequency**  (integer): Number of days or weeks to repeat the slot
- **split**  (integer): Number of minutes to split each session into
- **period**  (string, enum): Time period to repeat the slot (allowed: `days`, `weeks`, `weekdays`)
- **title**  (string): Name of the event
- **stage_ids**  (array of strings): stage_ids
- **opening_stage_ids**  (array of objects): Identifiers for stage and opening pairs, used for workflow enabled stages. Will fail if stage is not associated with the opening
- **adaptive**  (boolean): removed if in conflict with booked session or external events

### Response Status Codes

- ``201``      OK
- ``401``      Unauthorized

### API Request Example

```bash
curl --request POST \
     --url https://api.fountain.com/v2/available_slots \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```
