Skip to content

Peer Authentication API

Philipp Zeppezauer edited this page Nov 19, 2014 · 1 revision

Peer Authentication API /peerAuth

REST API

GET `/{id}` Verify if the password provided in the header is valid for the id

GET /{id}

Verify if the password provided in the header is valid for the id. Returns true (password correct) or false (password incorrect)

Parameter:
id required - defines the id of the peer password required - header parameter that defines the password of the peer

Respond:
200 request successful - response in the body (true if password correct, false otherwise)