Meeting uuid not valid

Hello

I’m wondering what I do wrong.

I’m creating meetings with /users/{userId}/meetings
I store the results in a database getting data from json response

Then when I try to retrieve the meeting with /meetings/{meetingId} passing uuid as parameter I receive most of the time a 400 error code:300 “Invalid meeting id.” …
Although when I do the same request with id it works.

Is there a bug in the API, or don’t I understand something ?

Thanks

Hey @EVant,

Does the meetingUUID include a slash /?

If so, please try double url encoding it when making the request.

Thanks,
Tommy