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

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.API.Auth.Type&version=1&method=get&account&_sid=<api-key>'
Response Response Example
200 - Example 1
{
    "success": true,
    "data": [
        {
            "type": "string"
        }
    ]
}
Modified at 2025-12-16 22:01:07
Previous
query
Next
get
Built with