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
Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
Application (M2M) OAuth2 access token (client credentials).
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.
Public response DTO for GET /identity/v1/organizations. Distinct from the shared OrganizationSummaryDto on purpose: the shared one carries metadata (routing number, FIS/TSYS references) that internal callers like the daily balance export job need, but no public consumer reads — keeping it off the public response keeps banking/cardholder references out of the public OpenAPI surface.
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.
A token to pass as pagination_token to get the previous page of results. Null if this is the first page.