The list of possible endpoints
Last updated 8 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
curl -L \ --url 'https://api.droptopfour.com/v1/ping'
{ "version": "text", "timestamp": "2025-04-03T08:34:29.753Z" }