all content, endpoints, and code provided by this API are licensed under the GNU Affero General Public License v3 (AGPL-3.0).
By accessing or using this API, you agree to comply with the terms of the AGPLv3.
For more details, please read the full license at GNU AGPLv3.
Authorization: ********************{
"page": 1,
"per_page": 30
}curl --location --request POST '/api/share/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"per_page": 30
}'{
"code": 200,
"message": "success",
"data": {
"content": [
{
"id": "string",
"path": "string",
"expiration": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
}
}