Update associations between meeting and contacts

Is there any API that I can use to update the meetings. So bascially I want to associate meetings with contact :
associations: contactsArr.map(id => ({

to: { id },

types: [{

associationCategory: “HUBSPOT_DEFINED”,

associationTypeId: 200

}]

}))
I want to show the meetings on meeting tab for contact .
Please let me know any API/ method I can use for this .

Hey, @hbuser33 :waving_hand: Have you tried using the Associations API for this task? Accounts Dashboard | HubSpot

Best,

Jaycee

Thanks! @Jaycee_Lewis It works