Base: http://localhost:5000
POST /auth/signup
{
"email": "user@example.com",
"password": "password",
"fullName": "John Doe"
}
POST /auth/signin
{
"email": "user@example.com",
"password": "password"
}
Returns JWT token.
All endpoints require Authorization: Bearer {token}
GET /api/{table}
GET /api/{table}?column=eq.value
POST /api/{table}
{ "field": "value" }
PATCH /api/{table}?id=eq.{id}
{ "field": "new_value" }
DELETE /api/{table}?id=eq.{id}
- businesses
- plans
- members
- schedules
- holidays
- check_ins
- profiles
- user_roles