The public API is the REST interface for Acentric users, tools, scripts, CI jobs, and automations.
API surfaces
| Surface | Path |
|---|---|
| REST API | /v1/* |
| OpenAPI JSON | https://api.acentric.acentrism.com/v1/openapi.json |
First-party Web routes use /_web/* and are not part of the public API contract.
Response shape
Successful JSON responses return resource-specific data and include request metadata. Errors include a stable code, message, and request id when available.
Reference
Use API Reference for endpoint paths, request fields, response fields, and required scopes.