Skip to main content
POST
Create Account
Create a new customer account in the Stat Proxies system.

Request

Headers

Body Parameters

string
required
The customer’s Discord ID.
string
required
The customer’s Discord username.
string
required
The customer’s email address.

Example Request

Response

Success Response

Error Responses

503 Service Unavailable - Account Exists

503 Service Unavailable - Creation Failed

Account Properties

When an account is created, it is initialized with:

Use Case

This endpoint is useful for:
  • Pre-provisioning accounts: Create accounts before customers make purchases
  • Integration with external systems: Sync user accounts from other platforms
  • Reseller platforms: Create sub-accounts for customers

Notes

  • If an account with the same Discord ID already exists, the request will fail
  • The email address is not validated for uniqueness
  • Accounts created via API can later sign in using Discord OAuth
  • This is a legacy endpoint primarily for Discord-based authentication

Modern Authentication

For modern integrations, users typically create accounts by:
  1. Signing in via the dashboard with Google, GitHub, or Discord
  2. Accounts are automatically created on first sign-in
  3. Multiple auth providers can be linked to the same account

Learn About Authentication

Set up API keys and authenticate your requests.