Get all meeting types for a user
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <your-api-key> |
x-meetergo-api-user-id | Yes | UUID of the user whose meeting types to list |
| Field | Description |
|---|---|
[].id | UUID of the meeting type |
[].slug | URL-friendly identifier |
[].meetingInfo.name | Display name |
[].meetingInfo.duration | Duration in minutes |
[].meetingInfo.channel | Meeting channel type |
[].meetingInfo.description | Optional description |
[].bookingUrl | Public booking URL |