curl --location --request GET 'https://demo.myshopify.com//admin/api//marketing_events/.json'
{
"marketing_event": {
"id": 998730532,
"event_type": "post",
"remote_id": "12345678",
"started_at": "2023-01-15T10:56:18-05:00",
"ended_at": null,
"scheduled_to_end_at": null,
"budget": "10.11",
"currency": "GBP",
"manage_url": null,
"preview_url": null,
"utm_campaign": "1234567890",
"utm_source": "facebook",
"utm_medium": "facebook-post",
"budget_type": "daily",
"description": null,
"marketing_channel": "social",
"paid": false,
"referring_domain": "facebook.com",
"breadcrumb_id": null,
"marketing_activity_id": null,
"admin_graphql_api_id": "gid://shopify/MarketingEvent/998730532",
"marketed_resources": []
}
}