cURL
curl --request GET \ --url https://api.openworklabs.com/v1/me
{ "user": {}, "session": {} }
Returns the currently authenticated user and active session details for the caller.
Current user and session returned successfully.
Show child attributes