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/v1Authentication
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/tenantsManage PositiveERP instances and tenant configurations.
GET, POST, PUT, DELETE
Provisioning
/v1/provisionCreate and configure new PositiveERP instances.
POST
Billing
/v1/billingAccess billing information and manage subscriptions.
GET, POST
Modules
/v1/modulesEnable, disable, and configure PositiveERP modules.
GET, PUT