G

Gogs REST API

REST discovered

Details
URL
https://gogs.example.com/api/v1
Docs
https://gogs.io/api-reference/introduction
Authentication
Gogs personal access token bearer discovered Get token ↗

Sign in to your own Gogs instance, then use the API or UI to create a personal access token. The API reference includes Create an access token and List access tokens. Because Gogs is self-hosted, you mint this token on your own instance rather than on gogs.io. Use the token for calls to that instance's REST API, typically under /api/v1.