{
"created_at":"2025-07-29T17:22:00.000Z",
"description":"Initial consultation with our team",
"duration":30,
"id":"01JZ83QB5MQFRMXWAVQ55C648W",
"name":"Consultation",
"price_info": {
"base_price": "50.00",
"formatted_base_price": "$50.00",
"currency": "USD"
},
"pricing_type": "FREE",
"updated_at":"2025-07-29T17:22:00.000Z"
}appointment_type
| Property | Description |
|---|---|
| created_at string | Creation timestamp |
| description string | Description of the appointment type |
| duration integer | Duration of the appointment in minutes |
| id string | Unique identifier for the appointment type |
| name string | Name of the appointment type |
| price_info object | The pricing info of the appointment type |
| pricing_type string | Pricing type of the appointment (FREE or PAID) |
| updated_at string | Last update timestamp |
price_info
| Property | Description |
|---|---|
| base_price string | Base price of the appointment as a string |
| currency string | Currency code |
| formatted_base_price string | Formatted base price |