Organization
The client.organization namespace provides methods to access organization information.
organization.get()
Get your organization details.
const org = await client.organization.get();
console.log(org.name);
console.log(org.slug);Last updated on