appointments
Create appointment
Create a new appointment.
post/api/appointments/
Request body
Response
Successful Response
Example response
{
"appointment_datetime": "2025-11-20T10:00:00+00:00",
"appointment_type_code": "CALL_CONOSCITIVA",
"created_at": "2025-11-15T10:00:00+00:00",
"duration_seconds": 3600,
"id": "123e4567-e89b-12d3-a456-426614174000",
"location": "online",
"meeting_link": "https://meet.example.com/room123",
"meeting_link_status": "available",
"operator_email": "mario.rossi@example.com",
"operator_first_name": "Mario",
"operator_id": "123e4567-e89b-12d3-a456-426614174001",
"operator_last_name": "Rossi",
"operator_profession": "PSICOLOGO",
"paid_with_coupon": false,
"patient_cost": 49,
"payment_completed_at": "2025-11-15T10:30:00+00:00",
"payment_method": "stripe",
"payment_status": "succeeded",
"status": "DA_FARE"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.