Skip to main content
POST
/
api
/
v1
/
credentials
/
pads
/
tokens
cURL
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
UserRegistrationId
string
TokenType
string

Response

200 - application/json
Tokens
object[]
Succeeded
boolean
Message
string | null
Code
string | null