github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/connection-check.md (about)

     1  [Table of contents](README.md#table-of-contents)
     2  
     3  # Connection check URI
     4  
     5  ## Connection-check
     6  
     7  This endpoint respond with HTTP 204 No Content and can be used
     8  to test connectivity to cozy instance. It is primarily used by the
     9  flagship mobile application.
    10  
    11  ### Request
    12  
    13  ```http
    14  GET /connection_check HTTP/1.1
    15  Host: alice.cozy.example.net
    16  ```
    17  
    18  ### Response
    19  
    20  ```http
    21  HTTP/1.1 204
    22  
    23  ```