Skip to main content
POST
/
admin
/
developer
/
applications
Create Developer Application
curl --request POST \
  --url https://api.example.com/admin/developer/applications \
  --header 'Content-Type: application/json' \
  --data '
{
  "applied_at": "<string>",
  "currentState": "<string>",
  "description": "<string>",
  "grants": [
    "<string>"
  ],
  "id": "<string>",
  "name": "<string>",
  "owner": 123
}
'
{
  "applied_at": "<string>",
  "currentState": "<string>",
  "description": "<string>",
  "grants": [
    "<string>"
  ],
  "id": "<string>",
  "name": "<string>",
  "owner": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Developer application creation data

applied_at
string
currentState
string
description
string
grants
string[]
id
string
name
string
owner
integer

Response

Successfully created developer application

applied_at
string
currentState
string
description
string
grants
string[]
id
string
name
string
owner
integer