Create Account
Create a new account using the provided JSON schema. To get the schema, use the /accounts/template/{gameSlug}
endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Game specific data of the account, get the schema from the /accounts/template/{gameSlug}
endpoint.
Description of the account.
The game associated with the account (e.g., "fortnite", "league-of-legends").
Indicates if the account has two-factor authentication enabled.
URLs of images associated with the account.
Login username for the account.
Password for the account.
Price of the account in euro.
Title for the account listing.
Optional instructions for delivery of the account.
Optional delivery time for the account, required only when is_manual
is set to true.
Optional keywords and tags associated with the account.
Optional email login associated with the account.
Optional password for the associated email.
Contains game item collections such as characters, skins, etc.
Optional in-game name (IGN) associated with the account.
Determines if the account is instant delivery or manual delivery.
When set to true, the delivery_time
field becomes required.
Method used to level up the account. This field is required when the game is "League of Legends" or "Valorant."
by_hand
, by_bot
Required when the game has specific servers (e.g., "Europe West"). If not applicable for the game, this field should be omitted.
Optional slug for the account listing.