Pacific Bending API

Manufacturing ERP REST API Documentation

📖

Swagger UI

Interactive API explorer. Test endpoints directly in your browser with authentication support.

📄

ReDoc

Clean, readable API documentation. Great for understanding the API structure and data models.

🗃

OpenAPI Spec

Raw OpenAPI 3.0 JSON specification. Use for code generation or import into other tools.

API Endpoint

The OpenAPI specification is served from:

https://pb-api.erp.observer/api/method/pacific_bending_app.api.openapi.get_spec

Quick Start

1. Authenticate using session login or API key

2. All endpoints accept POST requests with JSON body

3. Responses follow format: {"success": true, "data": {...}, "message": "..."}

4. Rate limit: 100 requests/minute per user