REST API
REST API provides standard HTTP requests for data exchange with the PCS platform. The API supports JSON format and uses standard HTTP methods (GET, POST, PUT, DELETE).
Available Resources
- /api/ship-visits — ship visit list and details
- /api/calculations — calculation data and PDF
- /api/invoices — invoice data and PDF
- /api/services — services catalogue
- /api/news — news feed
Authentication
Protected resources require a JWT token obtained through the authentication process. Public resources (news, visit lists) are available without authentication.
Documentation
Full API documentation, request examples, and error codes are available in the developer portal.