The list of possible endpoints
Last updated 9 months ago
Was this helpful?
Returns the list of enpoints
The list of enpoints
GET /v1/ HTTP/1.1 Host: api.droptopfour.com Accept: */*
Successful operation
[ { "method": "text", "path": "https://example.com", "description": "text" } ]
Returns API version and timestamp
The response of the ping
GET /v1/ping HTTP/1.1 Host: api.droptopfour.com Accept: */*
{ "version": "text", "timestamp": "2025-04-24T12:41:07.673Z" }