Skip to main content

Account

Connected account (external user's OAuth connection to an app)

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
idstringOptionalUnique account ID.
namestringOptionalDisplay name (e.g., user's email or handle).
externalUserIdstringOptionalYour application's user ID.
healthybooleanOptionalWhether the account credentials are valid.
appstringOptionalPipedream application selected by the request or returned by the provider.
oauthAppIdstringOptionalOAuth app identifier (if applicable).
createdAtstring (date-time)OptionalTime when this record was created.
updatedAtstring (date-time)OptionalTime when this record was last updated.
credentialsLastRefreshedAtstring (date-time)OptionalTime when the connected account credentials were last refreshed.
credentialsExpiresAtstring (date-time)OptionalExpiration time reported for the connected account credentials.
errorstringOptionalError message if unhealthy.
lastRefreshedAtstring (date-time)OptionalISO 8601 when credentials were last refreshed.
nextRefreshAtstring (date-time)OptionalISO 8601 when credentials will next be refreshed.

Where used​

ReferenceRelationship
List the caller's connected accountsPOST /api/v1/integrations/pipedream/list-accounts

Download the public reference contract.

Document: DOC-API-MODEL-account.