Get Contact Sync History
Get recent contact sync history entries.
Get recent contact sync history entries.
AuthorizationBearer <token>
In: header
Query Parameters
limit?Limit
Default
10Range
1 <= value <= 50Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/contacts/sync-history"{
"entries": [
{
"completed_at": "string",
"error_message": "string",
"id": "string",
"mode": "string",
"provider_type": "string",
"started_at": "string",
"stats": {},
"status": "string",
"sync_type": "string"
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}