nerves-hub
1.0.0
Search
K

Users

This document describes the endpoints used for managing users on NervesHub through the User API.
post
https://api.nerves-hub.org
/users/register
Register
post
https://api.nerves-hub.org
/users/auth
Authenticate
post
https://api.nerves-hub.org
/users/sign
Sign certificate
get
https://api.nerves-hub.org
/users/me
Show user
Return information about the user for a provided user certificate.Requires: client side SSL user certificate
Found user from valid user certificate
{
"username": "user1234",
"email": "[email protected]"
}
{
"errors": "reason"
}