# Twitter API Endpoints ## /metrics/twitter/account ### Ciphers https://github.com/TogetherCrew/twitter-analytics/issues/11 ### Response Interface: ```ts interface TwitterAccount { followerCount: number engagementCount: number } ```