Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The environment in which the server client is running
development
, production
Path Parameters
The project ID, which starts with 'proj_'.
Query Parameters
Whether to retrieve the account's credentials or not
Response
account retrieved
End user account data, returned from the API.
The unique ID of the account.
The custom name of the account if set.
The external ID associated with the account.
Indicates if the account is healthy. Pipedream will periodically retry token refresh and test requests for unhealthy accounts
Indicates if the account is no longer active
Response object for a Pipedream app's metadata
The date and time the account was created, an ISO 8601 formatted string
The date and time the account was last updated, an ISO 8601 formatted string
The credentials associated with the account, if the include_credentials
parameter was set to true in the request
The date and time the account's credentials expiration, an ISO 8601 formatted string
The error message if the account is unhealthy or dead, null otherwise
The date and time the account was last refreshed, an ISO 8601 formatted string
The date and time the account will next be refreshed, an ISO 8601 formatted string