API Documentation

Build powerful integrations with the PositiveERP API.

Overview

The PositiveERP API allows you to programmatically manage your PositiveERP instances, automate provisioning, and integrate with your existing tools.

Base URL
https://api.positiveerp.com/v1
Authentication

All API requests require authentication using an API key. Include your API key in the Authorization header.

curl -X GET "https://api.positiveerp.com/v1/tenants" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Quickstart

1

Get your API key

Generate an API key from your dashboard settings.

2

Make your first request

Test your connection with a simple GET request.

3

Explore endpoints

Browse available endpoints and start building.

Available Endpoints

Tenants

/v1/tenants

Manage PositiveERP instances and tenant configurations.

GET, POST, PUT, DELETE

Provisioning

/v1/provision

Create and configure new PositiveERP instances.

POST

Billing

/v1/billing

Access billing information and manage subscriptions.

GET, POST

Modules

/v1/modules

Enable, disable, and configure PositiveERP modules.

GET, PUT

Ready to integrate?

Request API access to start building with PositiveERP.