curl --request GET \
--url https://api.example.com/v4/booking-link/personal-link/assigned \
--header 'x-meetergo-api-user-id: <api-key>'{}User ID to act as when using API Key authentication (required with API Key)
The response is of type object.
curl --request GET \
--url https://api.example.com/v4/booking-link/personal-link/assigned \
--header 'x-meetergo-api-user-id: <api-key>'{}