Vanity urls and join_url

Hi, wanted to know if in the case of create meeting api where the account has a vanity url - will the right custom domain be returned in the response join_url ? Or will it be Zoom’s url.

Also, does Zoom domain still work in case of an account that is associated with a vanity url ?

Thanks

1 Like

Hey @michaeld, thanks for posting and using Zoom!

Great question! The vanity url does come through as the join_url.

For example here is my payload returned from POST /users/{userId}/meetings using my vanity url:

{
   "start_url": "https://tommygaessler.zoom.us/s/4304792..?zak=eyJ6bV9za20iOiJ6bV9vpdDJP...",
   "join_url": "https://tommygaessler.zoom.us/j/4304792..",
   "registration_url": "https://tommygaessler.zoom.us/meeting/register/451f869612c7a6eecd...",
}

And yes, the Zoom domain does still work! :slight_smile:

Thanks,
Tommy

2 Likes

can we apply the vanity-urls for account type pro ?

Hey @ramya,

Here are the prerequisites for the vanity urls:

Thanks,
Tommy