POST
/
accounts

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
game
string
required

The game associated with the account (e.g., "fortnite", "league-of-legends").

title
string
required

Title for the account listing.

price
number
required

Price of the account in euro.

login
string
required

Login username for the account.

password
string
required

Password for the account.

has_2fa
boolean
required

Indicates if the account has two-factor authentication enabled.

description
string
required

Description of the account.

image_urls
string[]
required

URLs of images associated with the account.

account_data
object
required

Game specific data of the account, get the schema from the /accounts/template/{gameSlug} endpoint.

slug
string

Optional slug for the account listing.

ign
string

Optional in-game name (IGN) associated with the account.

email_login
string

Optional email login associated with the account.

email_password
string

Optional password for the associated email.

is_manual
boolean

Determines if the account is instant delivery or manual delivery. When set to true, the delivery_time field becomes required.

delivery_time
object

Optional delivery time for the account, required only when is_manual is set to true.

server
string

Required when the game has specific servers (e.g., "Europe West"). If not applicable for the game, this field should be omitted.

level_up_method
enum<string>

Method used to level up the account. This field is required when the game is "League of Legends" or "Valorant."

Available options:
by_hand,
by_bot
dump
string

Optional keywords and tags associated with the account.

delivery_instructions
string

Optional instructions for delivery of the account.

game_items
object

Contains game item collections such as characters, skins, etc.

Response

201 - application/json
data
object