---
title: Out of office
description: Time-off entries that block availability.
canonical_url: https://wiblo.app/docs/developers/api/out-of-office
last_updated: 2026-07-28T18:08:25+02:00
md_url: https://wiblo.app/docs/developers/api/out-of-office.md
---

# Out of office

## Endpoints

- `GET` [List out of office entries](/docs/developers/api/out-of-office/list-out-of-office-entries) — `/v1/out-of-office`
- `POST` [Create out of office entry](/docs/developers/api/out-of-office/create-out-of-office-entry) — `/v1/out-of-office`
- `PATCH` [Update out of office entry](/docs/developers/api/out-of-office/update-out-of-office-entry) — `/v1/out-of-office/{entryId}`
- `DELETE` [Delete out of office entry](/docs/developers/api/out-of-office/delete-out-of-office-entry) — `/v1/out-of-office/{entryId}`
