RICOH PMC API documentation
Public API is accessible on HTTPS via /api/v1
.
All functions require an X-API-Key header to be present which holds an API key.
If API key header is missing, an HTTP error 403 (forbidden) is returned.
All functions follow RESTful design. They can return either application/json or application/xml MIME type depending on the Accept header. By default JSON results are returned.
For POST requests they are sent as request body with application/x-www-form-urlencoded type.
Any special characters used to specify a resource name in an API request URL should be percent-encoded following the RFC 3986 standard.
Depending on API key settings a user and/or device token might be required to be provided in the Authorization
HTTP header when calling API endpoints.
API calls expect only ASCII characters in the request URL. Non-ASCII characters should be percent-encoded.
RICOH PMC contains a very broad range of API’s internally to control virtually every aspect of PMC. If you’re missing a capability or a function in the API, contact us, and we’ll extend this public API as needed.