Endpoints

The list of possible endpoints

Returns the list of enpoints

get

Returns the list of enpoints

Responses
200
Successful operation
application/json
get
GET /v1/ HTTP/1.1
Host: api.droptopfour.com
Accept: */*
200

Successful operation

[
  {
    "method": "text",
    "path": "https://example.com",
    "description": "text"
  }
]

Returns API version and timestamp

get

Returns API version and timestamp

Responses
200
Successful operation
application/json
get
GET /v1/ping HTTP/1.1
Host: api.droptopfour.com
Accept: */*
200

Successful operation

{
  "version": "text",
  "timestamp": "2025-06-26T15:49:09.754Z"
}

Last updated

Was this helpful?