Skip to main content
GET
List onboarded organizations
Use this endpoint to discover the CodeRabbit organization IDs available to the current API key before calling organization-scoped endpoints. A workspace API token returns every active organization in its workspace, while an organization-scoped API key returns only its bound organization. The returned id is a CodeRabbit organization UUID. It differs from provider_organization_id, which is assigned by the Git provider.

Authorizations

x-coderabbitai-api-key
string
header
required

API key for authentication. You can create an API key from the CodeRabbit dashboard.

Headers

x-coderabbitai-api-key
string
required

User-scoped organization or workspace API key.

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor returned by the previous page.

Response

Successfully listed onboarded organizations.

organizations
object[]
required
next_cursor
string | null
required