GET
/
api
/
v1
/
messagesource
/
types
cURL
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.FIDS.Connector/api/v1/messagesource/types
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Types": [
    {
      "Name": "<string>",
      "AuthenticationTypes": [
        "<string>"
      ]
    }
  ]
}

Response

200 - application/json

The response is of type object.