Suger

List revenue channel connections

GET https://api.suger.cloud/org/{orgId}/revenue/connections

List the marketplace and payment channels in this organization that are connected for revenue sync. Returns one entry per verified connection (AWS, AZURE, GCP, or STRIPE) with its partner ID and current sync status. Use this to discover which partner values the other revenue endpoints accept; use GetRevenueConnectionHealth for the sync detail of one connection.

Parameters

NameInTypeRequiredDescription
orgId path string yes Organization ID

Responses

200 — OK

Content-Type: application/json · Schema: RevenueListConnectionsResponse

RevenueListConnectionsResponse fields:

FieldTypeRequiredDescription
connections array<RevenueConnectionStatus> no

RevenueConnectionStatus fields:

FieldTypeRequiredDescription
dataFreshnessAt string no
errorCount integer no
lastSyncAt string no
lastSyncStatus string no
partner string no
partnerID string no
service string no
status string no

401 — Missing or invalid access token, or the caller lacks the revenue read permission

Content-Type: application/json

500 — Failed to query connections

Content-Type: application/json


View as Markdown · Interactive API reference

Spotted something wrong or out of date on this page? Tell us and we'll correct it.