Skip to main content
POST
Returns available appointment slots for the given firm within a 7-day window using the Cal.com API

Authorizations

Authorization
string
header
required

Lawtte API key or session token: Authorization: Bearer <token>.

Path Parameters

firm
string
required

Firm slug in the URL (e.g. brackman-law).

Body

application/json
eventTypeId
number
required

Cal.com event type ID.

startTime
string

ISO 8601 start of window (defaults to now).

Response

{ "slots": [{ "time": "2026-04-01T10:00:00-07:00" }, ...] }

The response is of type object.