Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 381 Bytes

File metadata and controls

23 lines (15 loc) · 381 Bytes

Table of contents

Connection check URI

Connection-check

This endpoint respond with HTTP 204 No Content and can be used to test connectivity to cozy instance. It is primarily used by the flagship mobile application.

Request

GET /connection_check HTTP/1.1
Host: alice.cozy.example.net

Response

HTTP/1.1 204