List my abuses
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
GET
/users/me/abuses
AbusesMy User
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://peertube2.cpy.re/api/v1/users/me/abuses'
Response Response Example
{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"id": 42,
"moderationComment": "Decided to ban the server since it spams us regularly",
"predefinedReasons": [
"spamOrMisleading"
],
"reason": "The video is a spam",
"reporterAccount": {
"avatar": {
"createdAt": "2019-08-24T14:15:22Z",
"path": "string",
"updatedAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"followersCount": 0,
"followingCount": 0,
"host": "example.com",
"hostRedundancyAllowed": true,
"id": 42,
"name": "chocobozzz",
"updatedAt": "2019-08-24T14:15:22Z",
"url": "string",
"description": "string",
"displayName": "string",
"userId": {}
},
"state": {
"id": 1,
"label": "string"
},
"video": {
"id": {},
"name": {},
"uuid": {}
}
}
],
"total": 1
}
Request
Query Params
id
integerÂ
optional
state
stringÂ
optional
sort
stringÂ
optional
start
integerÂ
optional
count
integerÂ
optional
Responses
Modified at 2022-09-10 22:29:49