curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/pads/tokens \
--header 'Content-Type: application/json' \
--data '{
"UserRegistrationId": "<string>",
"TokenType": "<string>"
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Tokens": [
{
"Id": "<string>",
"Name": "<string>"
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Credentials/api/v1/credentials/pads/tokens \
--header 'Content-Type: application/json' \
--data '{
"UserRegistrationId": "<string>",
"TokenType": "<string>"
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Tokens": [
{
"Id": "<string>",
"Name": "<string>"
}
]
}
The response is of type object
.