
Azure DevOps is a public API providing the azure devops basic components of a rest api request/response pair.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://docs.microsoft.com/en-us/rest/api/azure/devops | Primary API endpoint. |
curl -X GET "https://docs.microsoft.com/en-us/rest/api/azure/devops" \ -H "Accept: application/json"