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
Eco Badge API / badges / Print a badge
Server
POST
/badges/print/{id}
Print a badge
Authorizations
BearerAuth
Parameters
Path Parameters
id
required
integer
Order ID
Query Parameters
size
string
Size
Request Body
Badge
The list of MIME types the operation can consume
application/json
object
font
string
image
string
subText
string
testNumber
string
Responses
200
PDF file
The list of MIME types the operation can produce
application/pdf
file
400
Bad Request
404
Not Found
500
Internal Server Error