Resources
Get Integration Details
Get details and health status of a connected social platform
GET
Try it out! Use the API playground on the right to test the Get Integration Details endpoint directly.
Overview
Get detailed information about a specific connected social platform, including account details and connection health status. Use this to:- Verify if a connection is still valid before scheduling
- Check if tokens have expired and need re-authentication
- Get account details for display purposes
If the health status shows
expired or error, the user needs to reconnect the account through the Hooked Dashboard.Endpoint
Path Parameters
The unique ID of the integration to retrieve
Headers
Your API key from API Settings
Response
Whether the request was successful
Request Example
Response Examples
Health Status Values
| Status | Description | Action Required |
|---|---|---|
healthy | Connection is working, token is valid | None |
expired | Access token has expired | User must reconnect in dashboard |
error | Connection error or missing token | User must reconnect in dashboard |
Checking Health Before Scheduling
It’s a good practice to check integration health before scheduling a video:Next Steps
List Integrations
View all connected platforms
Disconnect
Remove a connected account
Schedule Video
Schedule a video for publishing
Dashboard
Reconnect accounts in dashboard