Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get Member Verification Status
This request returns 200 OK response with a short message, “Verified”, in response body, when the member passes CIP verification. Otherwise, it returns 404 Not Found with a ‘Link’ header field that show the endpoint uri to verify the member identity.
Request URL
Syntax | GET /restapi/members/{loginid}/verifications |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/memberss/testusername/verifications |
Response Example
Member has already passed verification
HTTP/1.1 200 OK
Location: https://api.uat.foliofn.com/restapi/members/testusername/verifications
PASSED
Member has failed verification
HTTP/1.1 200 OK
Link: ; rel="POST"; type="application/json"; title="reverifyMember"
FAILED
Member is not yet verified
HTTP/1.1 200 OK
Link: ; rel="GET"; type="application/json"; title="getVerificationStatus"
PENDING_NEW
Change Log
03/12/2020
- Remove the “Description” title
04/21/2017
- Updated all responses to 200 with member cipStatus
- Removed Error Codes
10/16/2015
- New documentation.