Skip to Content
Getting StartedQuick Start

Quick Start

Get up and running in under 5 minutes. This guide walks you through creating a user and an app.

1. List Users

Start by checking your existing users:

GET/api/v1/partner/usersList all users

2. Create a User

Create your first user. This also auto-creates an initial app using the company name.

POST/api/v1/partner/usersCreate a new user

3. Create an App

Create an additional app under a user:

POST/api/v1/partner/users/{user_id}/appsCreate an app
{user_id}

What’s Next?

Explore the full API Reference → for all available endpoints.