curl --request GET \
--url https://api.openworklabs.com/v1/me{
"user": {},
"session": {}
}Returns the currently authenticated user and active session details for the caller.
curl --request GET \
--url https://api.openworklabs.com/v1/me{
"user": {},
"session": {}
}Was this page helpful?