Skip to main content
GET
Obtener detalle de una cita
Returns the requested appointment as long as it belongs to the PAT’s tenant.

Endpoint

Required scope

scheduling:appointments:read

Path params

Example request

Response

200 OK

The response is an explicit projection, not the stored record. Commercial and internal fields the scheduling service keeps on the appointment — sales and cart links, package entitlements, commission snapshots, payment records, reminders, external calendar references and recurrence rules — are deliberately not part of the public shape.

404 Not Found

The appointment doesn’t exist or belongs to another company.

401 Unauthorized · 403 Forbidden

Same semantics as the rest of the public API.

Authorizations

Authorization
string
header
required

Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.

Path Parameters

id
string
required

Response

200 - application/json
_id
string
required

Id de la cita

branch
object
required
dates
object
required
status
string
required

pending | confirmed | cancelled | …

appointment_number
number

Correlativo legible de la cita

service
object
professional
object
customer
object
appointment_type
string

online | in-person

payment_status
string

Estado del pago

notes
string
price
number
currency
string

Moneda ISO 4217

paid
boolean
cancelled_at
string<date-time>
cancellation_reason
string
created_at
string<date-time>
updated_at
string<date-time>