StarGit API Documentation

This documentation covers everything you need to know about the Stargit API.

Welcome to the Stargit API. To start using the API, you'll need to obtain your API key by registering your app.

curl -X POST https://stargit.dev/api/register -H "Authorization: Bearer YOUR_TOKEN"

The Stargit API uses OAuth2 for secure API access. After registering, you can authenticate with your API key as follows:

curl -X POST https://stargit.dev/api/authenticate -d "client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET"

Explore the available API endpoints for various functionalities:

  • GET /api/users - Retrieve a list of users.
  • POST /api/users - Create a new user.
  • GET /api/projects - Get project information.
We use cookies for essential functionality like session management. No data is shared with third parties. Learn More

Cookie Policy

We use cookies to manage user sessions and improve your experience. These cookies are essential for the website to function, and no personal information is transferred to third parties.

By accepting, you agree to our use of cookies. You can manage your choice at any time in your browser settings.