Returns organizations that the caller’s organization has a relationship with. Supports optional filtering by organization type and pagination via limit/offset. Requires the org:read:all scope.
Token types: APP, USER | Required scopes: org:read:all
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of results to return (default: 20, max: 100).
Opaque pagination token from a previous response for cursor-based navigation.
Filter by active status (default: ACTIVE = only active orgs). Filter for organization active status.
ACTIVE, ALL, INACTIVE Optional filter by organization type.
BANK, EMBEDDED, PLATFORM, TRANSACTOR, VERTICAL_SOFTWARE_PROVIDER Optional filter to return only direct children of this parent organization.
Optional filter to return the specified organization, its children, and parent. Mutually exclusive with parentOrganizationId.
Returns the list of related organizations.
Response DTO for listing related organizations.
The list of organizations.
A token to pass as pagination_token to get the next page of results. Null if there are no more pages after this one.
Parent organizations of the specified organization filter. Populated when either the organizationId or parentOrganizationId query parameter is provided. An organization can have multiple parents (graph structure). Contains only non-sensitive fields.
A token to pass as pagination_token to get the previous page of results. Null if this is the first page.