The User Info Endpoint is an OAuth 2.0 Protected Resource that returns Claims about the authenticated End-User. These Claims are normally represented by a JSON object that contains a collection of name and value pairs for the Claims.
USER INFO REQUEST
To obtain the requested Claims about the End-User, the Client makes a request to the User Info Endpoint using an Access Token obtained through OpenID Connect Authentication.
Header -> Authorization: Bearer (access token)
https://is.sb.biocryptology.net/V1/userinfo
OpenIDspecreference: https://openid.net/specs/openid-connect-core-1_0.html#UserInfoRequest