v1
latestOpenAPI 3.0.02026-07-2412592575.3 KBuser connections
Retrieve a single user connection sync
Requires user:read scope.
get/users/{userId}/syncs/{syncId}
Path parameters
userIdstring required
The user Id
syncIdstring uuid required
The sync id
Response
Successful Syncs Response
Example response
{
"data": {
"id": "5f8f299f-8fad-4fe0-a94f-db4316fbc977",
"connectionId": "1ffe704d39629a929c8e293880fb449a:d64751de-1254-4ec5-b3e7-e5b53d88c6b6",
"action": "auto-update",
"method": "ADD",
"fetchStatus": "success",
"createdAt": "2021-02-23T15:14:51.015Z",
"fetchedAt": "2021-02-23T15:14:51.015Z",
"accounts": [
{
"providerId": "provider-id"
}
]
}
}