cURL
curl --request POST \ --url https://dashboard.statproxies.com/api/v2/account/create \ --header 'Content-Type: application/json' \ --data ' { "discord_id": "<string>", "discord_name": "<string>", "email": "<string>" } '
Create a new customer account.
Authorization
Bearer {your_api_key}
Content-Type
application/json
curl -X POST "https://dashboard.statproxies.com/api/v2/account/create" \ -H "Authorization: Bearer {your_api_key}" \ -H "Content-Type: application/json" \ -d '{ "discord_id": "123456789012345678", "discord_name": "user#1234", "email": "[email protected]" }'
{ "response": "success" }
{ "error": "account_already_exists" }
{ "error": "account_creation_failed" }
member
false
unix_creation_date
iso_creation_date