late 0.0.255

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
15
# WebhookPayloadAdStatusChangedAccount

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | **String** | Internal Zernio account ID (same as used in /v1/accounts/{accountId}). | 
**profile_id** | **String** | Internal Zernio profile ID this account belongs to. | 
**platform** | **String** | Ad platform identifier. Currently always `metaads`. | 
**username** | **String** | Display username of the connected ad-platform account. | 
**display_name** | Option<**String**> | Human-readable display name of the account, when available. | [optional]

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