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>",
"meetingTypeId": "<string>",
"createdAt": "<string>"
}User ID to act as when using API Key authentication (required with API Key)
Meeting type ID
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>",
"meetingTypeId": "<string>",
"createdAt": "<string>"
}