Mobile Push
Easily noticeable and consumable, mobile-first experience.
Advantus uses REST APIs within its resource-oriented architecture while supporting HTTP request, response, and authentication codes.
The response codes include POST, GET, PATCH, PUT, and DELETE. It leverages the JSON format for seamless authentication, data interchange, and 2-factor authentication for added security.
This document details how to use these APIs to integrate Advantus with various applications. By the end of the document, you will understand :
HTTP Status Code | Status | Definition |
---|---|---|
200 | OK | This response code is used to show that the request was successful |
201 | Created | This response code shows that the request has been fulfilled, which results in the creation of a new resource |
204 | No Content | This response code indicates that the server has successfully fulfilled the request and that there is no content to send in the response payload body. |
sequenceDiagram
REST Clients->>+REST Server: REST Request (HTTP Method + URI) GET, PUT, POST, DELETE
REST Server->>-REST Clients: REST Response (resource representation in JSON and XML)
You can test and debug our APIs using tools like Postman, cURL, and REST-Assured. You can access various response codes by selecting the respective code library below.