List White Label Source Connections

List all source connections created through a specific white label integration.



Returns source connections that were established using this white label’s OAuth flow.

Path parameters

white_label_idstringRequiredformat: "uuid"
The unique identifier of the white label integration

Headers

x-api-keystringRequired

Response

Successful Response
idstringformat: "uuid"
Unique identifier for the source connection.
namestring

Human-readable name of the source connection.

short_namestring

Technical identifier of the source type (e.g., ‘stripe’, ‘postgresql’).

statusenum

Current operational status: active, in_progress, or failing.

Allowed values:
created_atstringformat: "date-time"

When the source connection was created (ISO 8601 format).

modified_atstringformat: "date-time"

When the source connection was last modified (ISO 8601 format).

sync_idstringformat: "uuid"
Internal identifier for the sync configuration.
collectionstring
Readable ID of the collection where this connection syncs data.
descriptionstring or null
Brief description of what data this connection provides.
white_label_idstring or nullformat: "uuid"
Identifier for custom OAuth integrations, if applicable.

Errors