/
VA
valuemelody
/
Melody Auth S2S API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-07-17
Details
Filter operations
Apps
5
get
Get a list of apps
post
Create a new app
get
Get a single app by ID
put
Update an existing app by ID
delete
Delete an existing app by ID
Logs
6
Roles
5
Scopes
5
Users
15
Apps
Create a new app
Required scope - write_app
post
/api/v1/apps
Request body
PostAppReq
required
name
string
required
type
'spa'
|
's2s'
required
scopes
string[]
required
redirectUris
string[]
required
Response
object
required
app
AppDetail
Changes