Skip to content

Ping

Ping the API.

Endpoint

http
GET /api/v1/ping

Request example

sh
curl --location --request GET 'https://files.ro/api/v1/ping' \

Response

json
{
  "type": "success",
  "message": "pong"
}
json
{
  "message": "The given data was invalid.",
  "errors": {
    "field": [
      "The field is required."
    ]
  }
}