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

Body

application/json

Response

200 - application/json

The response is of type object.