Verify User

Authenticates the user and then simply returns 200 OK.

HTTP Request Line

GET /ffws/v1/verify HTTP/1.1

HTTP Response Status Codes

200 OK

Verified.

Example

GET /ffws/v1/verify HTTP/1.1
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version=”1.0” encoding=”UTF-8”?>
<response>
	<message>Verified</message>
</response>