Skip to content
Velten Developer Portal
Search
Ctrl
K
Cancel
Select theme
Dark
Light
Auto
Guides
Wilkommen
Plakette generieren
APIs
Eco Badge API
Overview
badges
Print a badge
POST
orders
List orders
GET
Create an order
POST
Get an order by ID
GET
Update an order
PUT
Update an order
PATCH
stocks
List stocks
GET
Get a stock by ID
GET
IAM Customer Auth API
Overview
Auth
Generate JWT
POST
Document API
Overview
documents
List all documents
GET
Create a new document
POST
Get a single document by UUID
GET
Delete a document by UUID
DELETE
Update a document by UUID
PATCH
Get the original file of a document by UUID
GET
Get the thumbnail of a document by UUID
GET
Select theme
Dark
Light
Auto
Document API / documents / Get the original file of a document by UUID
Server
GET
/documents/{uuid}/original
Get the original file of a document by UUID
Authorizations
BearerAuth
Parameters
Path Parameters
uuid
required
string
Document UUID
Responses
200
OK
The list of MIME types the operation can produce
application/json
object
content_type
string
document_id
string
expires_at
string
time_to_live
integer
url
string
404
Not Found
500
Internal Server Error