v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.AccountService

ListLoginProviders

Lists available login providers with optional filtering.

Use this method to:

  • View supported authentication methods
  • Get provider-specific login URLs
  • Filter providers by invite

Examples

  • List all providers:

    Shows all available login providers.

    pagination:
      pageSize: 20
    
  • List for specific invite:

    Shows providers available for an invite.

    filter:
      inviteId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    pagination:
      pageSize: 20
    
post/gitpod.v1.AccountService/ListLoginProviders

Query parameters

pageSizeinteger
tokenstring

Request body

Response

Success

allowCustomboolean

allow_custom indicates whether custom SSO is allowed for this domain