Ploi API
Ploi API

Ploi API

This documentation will describe on how the Ploi API works, you will find all the details and endpoints here.

From installing a new server to reading uptime responses from your site, the sky is the limit. Do you need a endpoint our API doesn't already cover? Just let us know, and we'll add it to the API.

Getting started

Example request:

curl -X GET "https://ploi.io/api/servers/1"

{
 "data": 
 {
  "id": 1,
  "status": "active",
  "name": "awesome-server",
  "ip_address": "127.0.0.1",
  "php_version": 8,
  "created_at": "2020-01-01 09:00:00"
 }
}