cURL
curl --request GET \ --url http://localhost:3000/api/v1/git/credentials \ --cookie nut-session=
{ "success": true, "data": { "hasCredentials": true, "provider": "<string>" } }
Retrieve stored Git credentials
Session cookie authentication
Credentials info
Show child attributes