From e2b1177bf6f9e4500ca86a151358ae02508f7a2b Mon Sep 17 00:00:00 2001 From: Alan Viars Date: Thu, 8 Feb 2018 11:18:36 -0500 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 960b33d..90fc99d 100644 --- a/index.html +++ b/index.html @@ -191,7 +191,7 @@

Core Resources

Get User Profile for an Authorization Token

-
HTTP GET /connect/userinfo 
+
HTTP GET /v1/connect/userinfo 

The UserInfo Endpoint is an OAuth 2.0 Protected Resource. The above URL fetches the Beneficiary's basic account information given an Authorization Token. This is most often used when creating an account within your application.