late 0.0.182

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# WebhookPayloadAccountAdsInitialSyncCompletedSync

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **Status** | Overall outcome of the initial sync. (enum: success, failure) | 
**total_ads** | **i32** | Total number of ads discovered for backfill. | 
**synced** | **i32** | Number of ads successfully synced. | 
**failed** | **i32** | Number of ads that failed to sync. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)