Get Meta Ads connection status
Ads
Get Meta Ads connection status
Reports whether a Meta ad account is currently connected to this workspace and returns the selected ad_account_id, when it was connected, its billing currency, and the Conversions API state (dataset_id and whether click-to-WhatsApp auto-forwarding is enabled). Poll it to render the ads settings screen and decide whether to start the connect flow. Returns connected: false rather than an error when nothing is linked.
GET
Get Meta Ads connection status
Authorizations
Dashboard JWT token from Clerk
Response
200 - application/json
Connection status in the standard { data, meta } envelope: connected, ad_account_id, connected_at, currency, dataset_id, and auto_ctwa_conversion.
The response is of type object.