SenseCrypt Docs
API ReferenceIdp

Oauth Userinfo

GET/v1/idp/oidc/userinfo

Header Parameters

authorization?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/idp/oidc/userinfo"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}