Skip to content

/ping endpoint

The /ping endpoint responds to GET requests with HTTP status 204.

Ping the API

Endpoint/ping
MethodGET
Success statusHTTP 204
Example
curl https://api.getdropstream.com/ping

Response:

HTTP/1.1 204 No Content