late 0.0.285

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
# WebhookPayloadPostPlatformPlatform

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Platform name (e.g. `twitter`, `tiktok`, `instagram`). | 
**status** | **Status** | Terminal status this event fires on. Matches the event suffix. (enum: published, failed) | 
**platform_post_id** | Option<**String**> | Platform-native post id. Present on `published`, absent on `failed`. | [optional]
**published_url** | Option<**String**> | Public URL to the platform-side post. Present on `published` (when the platform exposes one and it is not a draft). | [optional]
**error** | Option<**String**> | Error message from the platform. Present on `failed`, absent on `published`. | [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)