PUT Meeting

Now I have a little problem for the PUT request of meeting

PUT /crm/v4/objects/meetings/{meetingId}/associations/{toObjectType}/{toObjectId}

Any idea ? ^^

And another question, when the POST request of meeting is a success, I have this answer :

Where am I supposed to see the new meeting I have created on Hubspot ?

Thank you !

Hi @max42 ,

To answer your second question, the meeting will only show up if associated to a contact.

To answer your first question, if you are creating an association, you shouldn’t pass it a body or data, you just make a PUT request to the URL. You are also missing the required associationType.
Try this:
https://api.hubapi.com/crm/v4/objects/meetings/\/associations/contact/<contactId>/meeting_to_contact