curl --request GET \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/appointments \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"appointments": [
{
"id": "<string>",
"title": "<string>",
"start_time": "<string>",
"end_time": "<string>",
"status": "<string>",
"customer_name": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"total_pages": 123
}
}
}curl --request GET \
--url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/appointments \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"appointments": [
{
"id": "<string>",
"title": "<string>",
"start_time": "<string>",
"end_time": "<string>",
"status": "<string>",
"customer_name": "<string>"
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"total_pages": 123
}
}
}Autenticação por chave de API.
Número da página
x >= 1Itens por página
1 <= x <= 100Lista de agendamentos
Show child attributes