Skip to content

Getting Started

First steps with the WEGly API

Back to Documentation
1

Installation

Install the WEGly SDK with npm or yarn.

# npm
npm install @wegly/sdk
# yarn
yarn add @wegly/sdk
2

Authentication

Get your API key and authenticate.

import { WeglyClient } from '@wegly/sdk';

const client = new WeglyClient({
  apiKey: 'your_api_key_here'
});
3

First API Request

Send your first request to the WEGly API.

// Get all owners in the HOA
const owners = await client.owners.list();

console.log(owners);
// [{ id: '1', name: 'Max Mustermann', ... }]
4

Next Steps

Explore the complete API documentation.

Ready to manage your property?

Start your free trial today. No credit card required.

No credit card required
10+ HOAs trust us