curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/pads/getaccesstoken \
--header 'Content-Type: application/json' \
--data '{
"UserRegistrationId": "<string>",
"OAuthTokenId": "<string>"
}'
"<string>"
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/pads/getaccesstoken \
--header 'Content-Type: application/json' \
--data '{
"UserRegistrationId": "<string>",
"OAuthTokenId": "<string>"
}'
"<string>"
The response is of type string
.