Skip to main content
POST
Create an account offer (new format)

Authorizations

Authorization
string
header
required

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

Body

application/json

Create an account offer using the new credential format. Legacy login/password fields are not accepted.

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

credentials
string[]
required

Array of credential strings. Each entry represents one deliverable credential set. At least one credential is required.

Minimum array length: 1

Credential string (e.g. "Login: user\nPassword: pass")

Maximum string length: 500
Example:
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

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 created account offer

data
object

Account offer object