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
{
"errors": "reason"
}
Last modified 1yr ago