Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Xentral Production API

Production resource management

Xentral Production API is one of 90 APIs that Xentral publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Production. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 14 operations across 11 paths. It is described by OpenAPI 3.0.0, at version v0.1.

Requests are made against 2 base URLs: https://{xentralId}.xentral.biz, https://{domain}.

14 operations 11 paths 0 schemas 2 DELETE4 GET6 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v0.1
Base URL
https://xentral.xentral.biz
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Xentral Production API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer token obtained in POST /tokens endpoint or pregenerated in the system.

Paths & Operations 14

Across 11 paths, the API surfaces 14 operations — 2 DELETE, 4 GET, 6 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Production 14

Production resource management

GET
/api/v1/productions
List productions
production.list 3 params → 200400401403406429
GET
/api/v1/productions/{id}
View production
production.view 1 param → 200400401404406429
PATCH
/api/v1/productions/{id}/actions/release
Release production
production.actions.release 1 param → 204401403404409429
PATCH
/api/v1/productions/{id}/actions/cancel
Cancel production
production.actions.cancel 1 param → 204401403404409429
GET
/api/v3/productions
🔒 List productions V3
GET::api-v3-productions 5 params → 200401403429
POST
/api/v3/productions
🔒 Create production V3
POST::api-v3-productions body → 201400401403429
GET
/api/v3/productions/{id}
🔒 View production V3
GET::api-v3-productions-id 2 params → 200401403404429
DELETE
/api/v3/productions/{id}
Delete production V3
DELETE::api-v3-productions-id 1 param → 204400401403404429
PATCH
/api/v3/productions/{id}/actions/logActivity
Log custom production activity V3
PATCH::api-v3-productions-id-actions-logactivity 1 param body → 204400401403404429
PATCH
/api/v3/productions/{id}/actions/release
Release production V3
PATCH::api-v3-productions-id-actions-release 1 param → 204401403404409429
PATCH
/api/v3/productions/{id}/actions/start
Start production V3
PATCH::api-v3-productions-id-actions-start 1 param → 204401403404429
POST
/api/v3/productions/{id}/files
Attach file to production V3
POST::api-v3-productions-id-files 1 param body → 201400401403404429
DELETE
/api/v3/productions/{id}/files/{fileId}
Delete file from production V3
DELETE::api-v3-productions-id-files-fileid 2 params → 204401403404429
PATCH
/api/v3/productions/{id}/files/{fileId}
Update file on production V3
PATCH::api-v3-productions-id-files-fileid 2 params body → 204400401403404429

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

xentral-production-api-openapi.yml Raw ↑

Other APIs Xentral publishes across the network.

Xentral Account API
Xentral Accounting Export API
Xentral AuthPlatform API
Xentral Collection API
Xentral Collective Bill API
Xentral Credit API
Xentral Credit Note API
Xentral Credit Note Tag API
Xentral CreditNote API
Xentral Customer Address API
Xentral Customer API
Xentral Customer - Contact Person API