Is there a way to display connected account email?

I'm currently using the bearer token extracted from hitting the composio connectedAccounts/connection_id endpoint and using the Bearer token to make auth requests to Gmail. However, I'm running into unauthenticated requests.
No description
5 Replies
foreign-sapphire
foreign-sapphireOP6mo ago
I'm pretty sure its the lack of usage of refresh tokens. Do you know when this will be implemented?
plain-purple
plain-purple6mo ago
We have it implemented. So once you execute an action via Composio, it gets automatically refreshed And then with the new access token, you can do normal curl requests.
foreign-sapphire
foreign-sapphireOP6mo ago
Yes, I can still execute actions but I don't think its updated on the dashboard nor the api endpoint? Please correct me if I'm wrong. My actions are still going through and executing, but when I use the same bearer token to directly fetch api endpoints on gmail, it fails
Soham
Soham6mo ago
Got the issue. Will be resolved in next 12 hours.
correct-apricot
correct-apricot5mo ago
Hey @Tjkay - We have just pushed this to production. Please give it a try and let me know if you face any issues.

Did you find this page helpful?