/ping
endpoint¶
The /ping
endpoint responds to GET
requests with HTTP status 204
.
Ping the API¶
Endpoint | /ping |
---|---|
Method | GET |
Success status | HTTP 204 |
Example
curl https://api.getdropstream.com/ping
Response:
HTTP/1.1 204 No Content