Skip to main content
GET
Get reservation by id

Authorizations

Authorization
string
header
required

Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.

Path Parameters

id
string
required

Reservation id.

Example:

"rs77c0dy0mgdpzmqz6tesry8w184002s"

Query Parameters

workspace_id
string

Optional workspace override. If omitted, Conduit resolves the reservation's workspace automatically.

Example:

"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"

Response

Reservation

Single reservation response including guest, payment, and PMS context.

data
object
required

A reservation synced from the workspace's PMS integration. id is the Conduit-stable identifier; external_id is the PMS's own reservation id.