Skip to content

Stored only in your browser. Get one under Tokens.

Get all object of the token owner

GET
/objects

Get all object of the token owner

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
[
  
{
  
  
"id": "string",
  
  
"mime-type": "string",
  
  
"objectname": "string",
  
  
"owner": "string",
  
  
"sha256sum": "string",
  
  
"size": "string",
  
  
"sizeint": 0,
  
  
"storage-id": "string",
  
  
"time-created": "string",
  
  
"time-modified": "string"
  
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI