Skip to content

Get user overview

GET
/user/overview

Authorizations

BearerAuth
TypeHTTP (bearer)

Responses

User overview

application/json
JSON
{
"pastes": [
{
"id": "string",
"content": "string",
"title": "string",
"encrypted": true,
"visibility": "string",
"raw_url": "string",
"type": "string",
"created_at": "string",
"expire_at": "string",
"tags": [
"string"
],
"forked_from": "string",
"user_id": "string",
"folder": "string",
"starred": true,
"ai": true
}
],
"folders": [
{
"id": "string",
"name": "string",
"user_id": "string",
"children": [
{
}
],
"pastes": [
{
"id": "string",
"content": "string",
"title": "string",
"encrypted": true,
"visibility": "string",
"raw_url": "string",
"type": "string",
"created_at": "string",
"expire_at": "string",
"tags": [
"string"
],
"forked_from": "string",
"user_id": "string",
"folder": "string",
"starred": true,
"ai": true
}
],
"created": "string"
}
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI