Skip to main content
GET
/
api
/
v1
/
credentials
/
app-registration
cURL
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/app-registration
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Type": "<string>",
      "ClientId": "<string>",
      "ClientSecret": "<string>",
      "Provider": "<string>",
      "SmtpConfig": {
        "TenantId": "<string>",
        "RedirectUri": "<string>"
      }
    }
  ]
}

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Results
object[]