---
title: "Find all Place Slots"
method: GET
path: "/partner/slot"
tags: ["Partner::Slots"]
---

# Find all Place Slots

`GET /partner/slot`

Endpoint to find all slots reservations of a place.

The parameters are optional. You can search by slot id, user id, event occurence id and slot date period. If no parameters are transmitted, the search will be carried out for the  reserved time slots with a date between the day of the search and 6 days later. If slot id is transmitted, only data relating to this id will be returned, regardless of other parameters.

If **slotDateFrom** is supplied, **slotDateTo** becomes mandatory, and vice versa. The maximum period of dates allowed is 30 days.

## Query parameters

- `id` string
- `userId` string
- `eventOccurrenceUuid` string
- `slotDateFrom` string
- `slotDateTo` string

## Headers

- `Authorization` string, required

## Response `200`

Slot successfully canceled.

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
