Auth
Routes handling Authentication with the Memfault service
A User has a registered account on Memfault. A User is a member of different Organizations, which grant them permission to Organization's Projects.
Schema
{
"id": 1,
"created_at": "2019-01-19T05:01:13.000000+00:00",
"updated_at": "2019-01-19T05:01:13.000000+00:00",
"email": "user@example.com"
}
Reset User API key
Invalidate the previously generated API Key for the logged in **User** and do not create another one
Get User API Key
Get a previously generated API Key for the logged in **User**
Generate User API Key
Generate (or re-generate) an API Key for logged in **User**.
Me
Return information about the logged in **User**