Skip to main content

Get integration status

GET 

/api/v1/integrations/status

Return the status of every third-party integration for the authenticated user.

Iterates VCS_PROVIDERS so adding a new provider (Bitbucket, Gitea, …) requires only a new registry entry — the response shape grows by one IntegrationStatusEntry automatically.

  • Scope required: integrations:read.
  • Each entry's connector is null when the user has no connection to that provider.

Responses

Successful Response