Back to resources

Introduction to Graviti system api documentation

Graviti application programming interface

Graviti api capabilities


This document is for external developers and integrators that intend to retrieve, create, or update data stored, or to directly send and receive messages from and send messages to the GRAVITI system.

The API is capable of returning data/response in either JSON or XML format. You can specify the desired response type in the header of your request through the "accept" header key/value pair e.g., accept application/json. It is a REST web API and uses HTTP Verbs to perform required actions Post a put action endpoint have side effect and GET actions are used for retrieval of required information.

Sending to and receiving data from the API requires that the caller be verified by means of either a valid JWT Token or by using API Key/API secret. Using an API key is recommended.

For more information on bearer authentication (also called token authentication), click here 



Related topics