# FLO-signValidator The server will verify the signature sent via POST request. The post request must consist of a JSON string with the following: - floID: floID of the signer. - pubKey: pubKey of the signer. - message: message that was signed. - sign: sigature generated by signing using the private key of the signer. The above values can be generated using [Standard Operations](https://github.com/ranchimall/Standard_Operations)