• Decrease Text SizeIncrease Text Size

Centralpoint Web API

Centralpoint offers robust support for RESTful web services and incorporates encryption through our Web API. Centralpoint's Web API serves as an interactive module for both creating and consuming web services. RESTful web services, such as Representational State Transfer (REST), provide a means of facilitating interoperability between computer systems on the Internet. These REST-compliant web services enable requesting systems to interact with and manipulate textual representations of web resources through a standardized and stateless set of operations.

When utilizing a RESTful web service, sending requests to a resource's Uniform Resource Identifier (URI) prompts a response, potentially formatted as XML, HTML, JSON, or another defined format. While we have already successfully integrated with numerous systems, our API's versatility enables seamless integration with your diverse back-office systems and vendors.



The response from a RESTful web service may acknowledge alterations made to a stored resource, and it can offer hypertext links to other related resources or collections of resources. Typically utilizing HTTP, operations are defined by HTTP verbs like GET, POST, and more. By adhering to a stateless protocol and standardized operations, REST systems prioritize rapid performance, dependability, and scalability. They achieve this by utilizing reusable components that can be managed and updated independently without disrupting the entire system, even during operation.

Centralpoint's Web API empowers you to initiate web services, accompanied by token and user security measures. This capability facilitates any necessary local development tasks seamlessly.