cURL
curl --request GET \ --url http://localhost:8000/api/v1/user \ --header 'Authorization: Bearer <token>'
{ "userId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "firstname": "<string>", "lastname": "<string>", "email": "<string>", "Workspace": [ { "workspaceId": "<string>", "slug": "<string>", "userId": "<string>", "initialSetupComplete": true, "anonymousDataCollection": true, "deleted": "2023-11-07T05:31:56Z" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes