cURL
curl --request GET \ --url https://api.userplane.com/api/v1/public/me \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": { "user": { "id": "<string>", "name": "<string>", "email": "<string>", "emailVerified": true, "image": "<string>", "createdAt": "2023-11-07T05:31:56Z" }, "stats": { "workspaces": 1, "recordings": 1, "links": 1 } } }
Retrieve the authenticated user’s profile and aggregate stats
API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers
OK
Show child attributes