Skip to main content
POST
Create an account offer (legacy)

Authorizations

Authorization
string
header
required

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

Body

application/json
game_id
integer
required

Unique identifier for the game (required if game slug not provided)

title
string
required

Display title for the account offer

Maximum string length: 255
description
string
required

Detailed description of the account and its features

Maximum string length: 2048
price
number
required

Account price in EUR currency, up to 2 decimal places

Required range: x >= 0.99
Example:

10.99

image_urls
string[]
required

Array of image URLs showcasing the account, imgur not supported

Minimum array length: 1

Image URL

Example:
account_data
object
required

Specifics available via the template endpoint. Game-specific account attributes such as level, rank, champions unlocked, etc.

game
string

Slug of the game (required if game_id not provided)

external_id
string

External identifier for the account offer, used to map to your own system

Maximum string length: 255
slug
string

Custom URL-friendly identifier (auto-generated if not provided)

Maximum string length: 255
dump
string

Searchable metadata including keywords, tags, and categorization terms

Maximum string length: 2048
private_note
string

Private note only visible to you

Maximum string length: 2048
is_manual
boolean
default:false

Indicates if account requires manual delivery by seller

login
string

Account login username (required if not manual delivery)

Maximum string length: 255
password
string

Account password (required if not manual delivery)

Maximum string length: 255
email_login
string

Email address associated with the account

Maximum string length: 255
email_password
string

Password for the associated email account

Maximum string length: 255
email_provider
string

Email service provider domain

Maximum string length: 255
Example:

"proton.me/mail"

delivery_instructions
string

Special instructions for account delivery, provided to buyer after purchase, this field is not encrypted

Maximum string length: 2048
delivery_time
object

Expected delivery time object (required if manual delivery)

Example:
game_items
object

Object containing game item type slugs as keys with arrays of item names/slugs as values

Example:

Response

Successfully retrieved account offer details

data
object

Account offer object