GET
/
api
/
v1
/
credentials
/
token
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/token
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Id": "<string>",
      "UserRegistrationId": "<string>",
      "Type": "<string>",
      "OAuthTokenId": "<string>",
      "OAuthTokenName": "<string>",
      "AccessToken": "<string>",
      "RefreshToken": "<string>",
      "ExpiresOn": "2023-11-07T05:31:56Z"
    }
  ]
}

Response

200 - application/json

The response is of type object.