Sign in

Get extension details

documented

Retrieve metadata for a given extension.

GET marketplace.visualstudio.com/_apis/public/gallery/publishers/{publisher}/extensions/{extension}?api-version=3.0-preview.1Publishersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/{{$publisher}}/extensions/{{$extension}}?api-version=3.0-preview.1" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"