Skip to main content
GET
List desk reservations

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

scope
enum<string>
default:me

me (default) returns the caller's reservations; team returns the organization's.

Available options:
me,
team
from
string<date-time>
to
string<date-time>
deviceSipUsername
string
Pattern: ^[a-zA-Z0-9._-]{3,128}$

Response

200 - application/json

The organization's / caller's desk reservations.

data
object[]