Get account
GET/accounts/:id
Returns detailed information about a specific connected social media account, including its health status and whether it can currently post.
Request
Responses
- 200
- 401
- 404
- 429
- 500
Account details
Missing or invalid API key
Resource not found
Rate limit exceeded
Response Headers
X-RateLimit-Limit
Request limit per window
X-RateLimit-Remaining
Remaining requests in current window
X-RateLimit-Reset
Unix timestamp when the window resets
Retry-After
Seconds to wait before retrying
Internal server error