Logpoint APIs let you interact directly with its functionalities. It exposes the following two APIs:
Search API
Search API endpoints enable you to search for logs and retrieve search information. You can retrieve information related to user timezone, Logpoint, devices, and repos from the Logpoint servers.
Incident API
Incident API endpoints enable you to perform incident-related actions and retrieve incident information. You can retrieve information like incident id, incident states, incident user name, and incident user groups.
Logpoint APIs comply with the Representational State Transfer (REST) architectural style. It facilitates retrieving information from the endpoints exposed using the HTTP protocol. Logpoint APIs work on the Request-response principle. You can use the cURL tool or REST client browser to request information and receive responses from the servers. You can also implement custom features using HTTP libraries of programming languages to access the APIs.
For authentication and authorization, Logpoint APIs require two request parameters:
username: Logpoint username. Your API access depends on your user role in Logpoint.
secret_key: Access key to uniquely identify an authorized user.
Logpoint APIs support JSON with UTF-8 encoding. You can forward either a JSON array or a JSON object in a request. The request methods supported are POST and GET methods. The output response is always a JSON object.
We are glad this guide helped.
Please don't include any personal information in your comment
Contact Support