v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBConnectivity Syncs
Retrieve connectivity sync
Retrieve the details of a connectivity sync.
get/connectivity_syncs/{id}
Path parameters
idstring uuid required
Example:3ad331b9-12b2-48fd-ad35-203fe8b5e78e
The ID of the connectivity sync.
Response
Successfully retrieved connectivity sync.
Example response
{
"id": "3ad331b9-12b2-48fd-ad35-203fe8b5e78e",
"object": "connectivity_sync",
"type": "up",
"connected_account_ids": [
"f1c51532-1d11-4a33-aee0-592db244c76f",
"b2de8b54-e81d-4fb7-bb26-536d8d671c18"
],
"status": "failure",
"status_details": "SFTP connection failed outside critical business hours - marked as critical",
"created_at": "2024-08-01T06:00:05Z"
}