
Bitbucket is a public API providing bitbucket api.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://developer.atlassian.com/bitbucket/api/2/reference/ | Primary API endpoint. |
curl -X GET "https://developer.atlassian.com/bitbucket/api/2/reference/" \ -H "Accept: application/json"