Skip to main content
GET
/
api
/
v1
/
git
/
auth
/
status
Get auth status
curl --request GET \
  --url http://localhost:3001/api/v1/git/auth/status \
  --cookie nut-session=
{
  "success": true,
  "data": {
    "authenticated": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.coconut.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Response

Auth status

success
boolean
required
data
object