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
IAM Customer Auth API / Auth / Generate JWT
Server
POST
/auth/jwt
Generate JWT using Cognito
Request Body
User Credentials
The list of MIME types the operation can consume
application/json
object
password
required
string
username
required
string
Responses
200
OK
The list of MIME types the operation can produce
application/json
object
access_token
string
id_token
string
refresh_token
string
token_type
string
400
Bad Request
The list of MIME types the operation can produce
application/json
object
key
additional properties
string
500
Internal Server Error
The list of MIME types the operation can produce
application/json
object
key
additional properties
string