GET
/
api
/
v1
/
credentials
/
config
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/config
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Type": "<string>",
      "Config": {
        "LoginBaseUrl": "<string>",
        "AccessTokenBaseUrl": "<string>",
        "ApiUrl": "<string>",
        "Scope": [
          "<string>"
        ]
      }
    }
  ]
}

Response

200 - application/json

The response is of type object.