UniMate Docs
⌘K
Developer Documentation

Build with UniMate

Everything you need to integrate, extend, and build on the UniMate student platform.

bash Quick start
# Install the SDK
npm install @unimate/sdk

# Initialize
import { UniMate } from '@unimate/sdk';

const client = new UniMate({
  apiKey: 'your-api-key'
});

// Fetch user schedule
const schedule = await client.schedules.list();
console.log(schedule);

Getting Started

API Reference

Webhooks & Events

SDKs & Libraries