Skip to main content
GET
/
appointments
/
{id}
Obter agendamento
curl --request GET \
  --url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/appointments/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "appointment": {
      "id": "<string>",
      "title": "<string>",
      "start_time": "<string>",
      "end_time": "<string>",
      "status": "<string>",
      "customer_name": "<string>"
    }
  }
}

Authorizations

x-api-key
string
header
required

Autenticação por chave de API.

Path Parameters

id
string
required

ID do recurso

Response

200 - application/json

Detalhes do agendamento

success
boolean
data
object