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

Path Parameters

type
string
required

Response

200 - application/json

The response is of type object.