Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2 id="section-heading-h2">Core Resources</h2>
<a name="get-user-profile-openid-connect"></a>
<h3 id="section-heading-h3">Get User Profile for an Authorization Token</h3>

<pre><code>HTTP GET /connect/userinfo </code></pre>
<pre><code>HTTP GET /v1/connect/userinfo </code></pre>

<p>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.
Expand Down