cURL
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/app-registration/currentUser{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"ClientId": "<string>",
"ClientSecret": "<string>",
"Provider": "<string>",
"SmtpConfig": {
"TenantId": "<string>",
"RedirectUri": "<string>",
"TokenEndpoint": "<string>",
"AuthorizationEndpoint": "<string>",
"UserInfoEndpoint": "<string>",
"Audience": "<string>",
"GrantType": "<string>",
"Scope": "<string>",
"UserInfoStrategy": "<string>",
"UserIdClaim": "<string>",
"UsernameClaim": "<string>",
"EmailClaim": "<string>"
},
"UserId": "<string>"
}
]
}AppRegistration
Get apiv1credentialsapp registrationcurrentuser
GET
/
api
/
v1
/
credentials
/
app-registration
/
currentUser
cURL
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/app-registration/currentUser{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Results": [
{
"Id": "<string>",
"Name": "<string>",
"Type": "<string>",
"ClientId": "<string>",
"ClientSecret": "<string>",
"Provider": "<string>",
"SmtpConfig": {
"TenantId": "<string>",
"RedirectUri": "<string>",
"TokenEndpoint": "<string>",
"AuthorizationEndpoint": "<string>",
"UserInfoEndpoint": "<string>",
"Audience": "<string>",
"GrantType": "<string>",
"Scope": "<string>",
"UserInfoStrategy": "<string>",
"UserIdClaim": "<string>",
"UsernameClaim": "<string>",
"EmailClaim": "<string>"
},
"UserId": "<string>"
}
]
}⌘I

