Skip to main content
POST
/
api
/
v1
/
credentials
/
app-registration
/
store
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/app-registration/store \
  --header 'Content-Type: application/json' \
  --data '
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "AppRegistration": {
    "Id": "<string>",
    "Name": "<string>",
    "Type": "<string>",
    "ClientId": "<string>",
    "ClientSecret": "<string>",
    "Provider": "<string>",
    "SmtpConfig": {
      "TenantId": "<string>",
      "RedirectUri": "<string>"
    }
  }
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "AppRegistration": {
    "Id": "<string>",
    "Name": "<string>",
    "Type": "<string>",
    "ClientId": "<string>",
    "ClientSecret": "<string>",
    "Provider": "<string>",
    "SmtpConfig": {
      "TenantId": "<string>",
      "RedirectUri": "<string>"
    }
  }
}

Body

application/json
Succeeded
boolean
Message
string | null
Code
string | null
AppRegistration
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
AppRegistration
object