cURL
curl --request POST \ --url https://api.example.com/v4/one-time-booking-link/create/{meetingTypeId} \ --header 'x-meetergo-api-user-id: <api-key>'
{ "id": "<string>", "url": "<string>", "meetingTypeId": "<string>", "createdAt": "<string>" }
User ID to act as when using API Key authentication (required with API Key)
Meeting type ID
Full URL for the one-time booking page