Auth
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /api/hosts/adm/authenticate HTTP/1.1
Host: api.demo.netmaker.io
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"id": "text",
"macaddress": "text",
"password": "text"
}{
"code": 1,
"message": "text",
"response": null
}POST /api/users/adm/authenticate HTTP/1.1
Host: api.demo.netmaker.io
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"password": "text",
"username": "text"
}{
"code": 1,
"message": "text",
"response": null
}