Get Monday workspace/subdomain info via the API

Hello,

We just started working on an integration with Monday.com and there is something we can’t seem to figure out.

Monday users access their workspace via a subdomain like mycompany.monday.com. Is there any way to find out that subdomain through the API? We need this information to be able to build URLs that would link back to the user’s board.

If that’s not possible, is there any redirect system in place we could use?

We need to be able to send our users back to their Monday workspace, and we also need the info to be able to create labels that differentiate between Monday workspaces if our users were to integrate with more than one workspace.

Any help greatly appreciated,

Denis

1 Like

So I found out you can get the user profile URL from the /me endpoint and then strip whatever you need from the obtained string.

2 Likes