Synology DSM API
  1. External
Synology DSM API
  • SYNO
    • API
      • Info
        • query
      • Auth
        • Type
          • get
        • UIConfig
          • get
        • login
        • logout
    • Core
      • Web
        • DSM
          • External
            • get
              GET
      • User
        • list
        • get
  • Template
    GET
  1. External

get

GET
/webapi/entry.cgi

Request

Authorization
Add parameter in query
_sid
Example:
_sid: ********************
Query Params

Responses

🟢200OK
application/json
Body

🟢200Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api=SYNO.Core.Web.DSM.External&version=1&method=get&_sid=<api-key>'
Response Response Example
200 - Example 1
{
    "success": true,
    "data": {
        "hostname": "string"
    }
}
Modified at 2025-12-16 21:58:49
Previous
logout
Next
list
Built with