Sign in

List publishers

documented

Retrieve publishers on the Visual Studio Marketplace.

GET marketplace.visualstudio.com/_apis/public/gallery/publishers?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?api-version=3.0-preview.1" \
  -X GET \
  -H "Accept: application/json;api-version=3.0-preview.1" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List publishers · Visual Studio · OpenIntegrations