Help Center · Integrations

Using the REST API

Updated 22 Jul 2026 · 156 views

Using the REST API

Base URL: /api/v1

Authentication

Create a token in Integrations → API Tokens, then pass it as Authorization: Bearer YOUR_TOKEN.

Endpoints

  • GET /ping — health check
  • GET /me — current user
  • GET /leads — list leads
  • POST /leads — create a lead
  • GET /leads/{id} — get a single lead
  • GET /customers — list customers
  • GET /products — list products
All responses are JSON.
Related articles