Skip to content

List categories

GET
/api/v2/torrents/categories

Authorizations

cookieAuth

Session cookie set by /api/v2/auth/login

Type
API Key (cookie: SID)

Responses

Map of categories.

application/json
JSON
{
  
"additionalProperties": {
  
  
"name": "string",
  
  
"savePath": "string"
  
}
}

Playground

Authorization

Samples

Released under the BSD 3 Clause License.