List sharing labels
GEThttps://demo.komga.org/api/v1/sharing-labels
Can be filtered by various criteria
Request
Query Parameters
library_id string[]
collection_id string
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
string
[
"string"
]
Bad Request
- */*
- Schema
- Example (auto)
Schema
violations object[]required
{
"violations": [
{
"fieldName": "string",
"message": "string"
}
]
}
Authorization: http
name: basicAuthtype: httpscheme: basic
- curl
- python
- nodejs
- java
- kotlin
- powershell
- swift
- rust
- CURL
curl -L 'https://demo.komga.org/api/v1/sharing-labels' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'
ResponseClear