v18

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

ListDomainVerifications

Lists and monitors domain verification status across an organization.

Use this method to:

  • Track verification progress
  • View all verified domains
  • Monitor pending verifications
  • Audit domain settings

Examples

  • List all verifications:

    Shows all domain verifications regardless of status.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    pagination:
      pageSize: 20
    
  • List with pagination:

    Retrieves next page of verifications.

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    pagination:
      pageSize: 20
      token: "next-page-token-from-previous-response"
    
post/gitpod.v1.OrganizationService/ListDomainVerifications

Query parameters

pageSizeinteger
tokenstring

Request body

organizationIdstring uuid required

Response

Success