The list of possible endpoints
Last updated 7 months ago
Was this helpful?
Returns the list of enpoints
/
curl -L \ --url 'https://api.droptopfour.com/v1/'
[ { "method": "text", "path": "https://example.com", "description": "text" } ]
Returns API version and timestamp
/ping
curl -L \ --url 'https://api.droptopfour.com/v1/ping'
{ "version": "text", "timestamp": "2025-02-28T07:06:45.619Z" }