cURL
curl --request GET \ --url https://api.lithoblocks.com/users/profile \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "organizationId": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Get the current user’s profile information
LithoBlocks API key obtained from your organization dashboard
User profile