
Gitlab is a public API providing automate gitlab interaction programmatically.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://docs.gitlab.com/ee/api/ | Primary API endpoint. |
curl -X GET "https://docs.gitlab.com/ee/api/" \ -H "Accept: application/json"