cURL
curl --request POST \ --url https://api.example.com/external-api/publications/status \ --header 'Content-Type: application/json' \ --data ' { "publication_id": 396, "channel_id": -1001568992973 } '
{ "publication_id": 396, "publish_date": "2025-10-24T14:15:22", "auto_delete": 1440, "publish_status": "canceled", "payment_status": "not_paid", "delete_date": null }
The body is of type object.
object
Was this page helpful?