Late | Developer News
4 subscribers
1 link
This channel is for recurrent updates and announcements on https://getlate.dev.

Late is a Social Media API for Posting and Analytics on 11 platforms.
Download Telegram
Channel created
Channel photo updated
Hey 👋

Welcome to the Late Dev News channel 🙂

Here we share technical updates, API changes, and product news for getlate.dev

You’ll find:
🐛 Bug fixes and reliability improvements
⚙️ New endpoints, SDKs, and integration updates
🚨 Breaking changes (with migration notes)
💡 Short examples so you can plug things in fast

This channel is:
🔒 Read‑only, announcement‑only
🧵 Low noise, just the important stuff

Useful links:
📚 Docs → https://docs.getlate.dev
Late | Developer News pinned «Hey 👋 Welcome to the Late Dev News channel 🙂 Here we share technical updates, API changes, and product news for getlate.dev You’ll find: 🐛 Bug fixes and reliability improvements ⚙️ New endpoints, SDKs, and integration updates 🚨 Breaking changes (with…»
New Endpoints Available:

1. GET /v1/accounts/health
- This endpoint allows you to check the health status of all connected social accounts. It returns a summary of token validity, permissions status, and any issues that need attention. This is useful for monitoring account connections and identifying accounts that may need reconnection.
- Parameters:
- profileId (string, optional): Filter by profile ID.
- platform (string, optional): Filter by platform. Acceptable values include: facebook, instagram, linkedin, twitter, tiktok, youtube, threads, pinterest, reddit, bluesky, googlebusiness, telegram.
- status (string, optional): Filter by health status. Acceptable values are healthy, warning, error.
- Response: Returns a JSON object containing:
- summary: Total number of accounts, number of healthy accounts, accounts with warnings, accounts with errors, and accounts needing reconnection.
- accounts: An array of account details, including account ID, platform, username, display name, health status, posting and analytics permissions, token validity, and any issues.

2. GET /v1/accounts/{accountId}/health
- This endpoint provides detailed health information for a specific social account. It includes token status, granted permissions, missing permissions, and actionable recommendations.
- Parameters:
- accountId (string, required): The account ID for which to check the health.
- Response: Returns a JSON object containing:
- accountId, platform, username, displayName, overall status, tokenStatus (validity, expiry time, refresh needs), permissions (posting, analytics, optional), issues found, and actionable recommendations.

These new endpoints enhance the API's capability to monitor and manage social media accounts effectively.