v4
latestOpenAPI 3.1.02026-07-3196251302.5 KBaccount
Create developer application
post/v1/account.createDeveloperApp
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/V1AccountCreateDeveloperAppRequestBody.json",
"description": "Your App Description",
"environment": "production",
"generateKey": true,
"name": "Your App"
}Response
OK
Example response
{
"$schema": "https://api.steamsets.com/schemas/V1AccountCreateDeveloperAppResponseBody.json",
"apiKey": "api_123"
}