POST
/
api
/
v1
/
credentials
/
pads
/
tokens
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>"
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.