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 / Delete a document by UUID
Server
DELETE
/documents/{uuid}
Delete a document by UUID
Authorizations
BearerAuth
Parameters
Path Parameters
uuid
required
string
Document UUID
Responses
204
No Content
404
Not Found
500
Internal Server Error