Skip to main content
GET
List synced appointments for reconciliation

Authorizations

Authorization
string
header
required

Your personal access token where supported, or a scoped API key (hc_…) created inside HueChat at Account → Developer API. Send it as Authorization: Bearer <token>.

Path Parameters

accountId
integer
required

HueChat account ID

Query Parameters

start
string
required

Window start (RFC3339)

end
string
required

Window end (RFC3339)

limit
integer
default:500

Page size (1-1000)

cursor
string

next_cursor from the previous page

Response

OK

appointments
object[]
next_cursor
string