The Trio Business Core API is the Phase 1 identity and organization foundation for Trio Business. Use it to authenticate users, manage organizations, enroll devices, run automations, and connect third-party integrations. Base URL: https://coreapi-dev.us.bcpapers.ca Use the interactive playground on each endpoint page to send live requests. Download the full OpenAPI spec from the page context menu.

Endpoints

Browse the full reference in the sidebar, organized by resource. Key entry points include:

Authentication

Multi-factor authentication

Users and access

Devices and automation

Integrations

MDM and policy

Common use cases

Authentication

Most endpoints require a bearer token. Obtain a JWT through your authentication flow, then pass it in the Authorization header.
Paste the JWT token only in the playground. Do not include the Bearer prefix — the UI adds it automatically.

Bearer token

Include your JWT in the Authorization header:
curl https://coreapi-dev.us.bcpapers.ca/v2/users \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
In the API playground, enter your token in the authentication field on any endpoint page.

Quickstart

Get started with Trio Business.

OpenAPI spec

Download the machine-readable API specification.