Skip to content

Retrieve a list of supported capabilities

GET
/v1/capabilities

Retrieve a list of each supported capabilties from the server

Authorizations

Responses

200

Successful operation

object
capabilities
object
key
additional properties
object
{
"queue_sync": {
"max_queues": 5
},
"store_shows": {},
"store_episodes": {
"allow": true,
"upload_quota": 500
}
}

401

Unauthorized

object
code
required
string
message
required
string
Example
{
"code": 401,
"message": "User not authorized"
}

404

Not found

object
code
required
string
message
required
string
Example
{
"code": 404,
"message": "Resource not found"
}