v7
latestOpenAPI 3.1.02026-08-0898258317.8 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"
}