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