Understanding the core components and their relationships in the Peaka API ecosystem.
GET /organizations
to list all organizations.GET /organizations/{organizationId}/workspaces
to list workspaces within an organization.POST /organizations/{organizationId}/workspaces/{workspaceId}/projects
to create a new project.POST /projects/{projectId}/connections
to establish a new connection.POST /projects/{projectId}/catalogs
to create a catalog using a connection.