/
TR
transferz
/
Authentication API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Actions
3
API keys
3
get
List API keys for current user
post
Create API key for current user
delete
Delete API key
Authentication
1
Bookings
6
Flights
2
Journeys
19
OAuth Authorization
3
OAuth Clients
4
Offers
4
Payments
1
Quotes
2
TOTP devices
5
Zones
2
API keys
Create API key for current user
Generates a new API key and returns the unencrypted key once
post
/api-keys/me
Request body
CreateApiKeyDto
required
description
string
Response
OK
ApiKeyDto
required
id
integer
userId
integer
description
string
key
string
expires
string
date-time
prefix
string
suffix
string
created
string
date-time
updated
string
date-time
Changes