Create a new account offer using the new credential format where credentials are provided as an array of strings. This endpoint does NOT accept legacy login/password fields. The created account will use the new credential system, enabling bulk credential management via the credential endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Create an account offer using the new credential format. Legacy login/password fields are not accepted.
Unique identifier for the game (required if game slug not provided)
Display title for the account offer
255Detailed description of the account and its features
2048Account price in EUR currency, up to 2 decimal places
x >= 0.9910.99
Array of credential strings. Each entry represents one deliverable credential set. At least one credential is required.
1Credential string (e.g. "Login: user\nPassword: pass")
500[
"Login: myuser\nPassword: mypass123",
"Login: myuser2\nPassword: mypass456"
]
Array of image URLs showcasing the account, imgur not supported
1Image URL
[
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
]
Specifics available via the template endpoint. Game-specific account attributes such as level, rank, champions unlocked, etc.
Slug of the game (required if game_id not provided)
Custom URL-friendly identifier (auto-generated if not provided)
255Searchable metadata including keywords, tags, and categorization terms
2048Private note only visible to you
2048Indicates if account requires manual delivery by seller
Special instructions for account delivery, provided to buyer after purchase, this field is not encrypted
2048Expected delivery time object (required if manual delivery)
{ "duration": 10, "unit": "hours" }
Object containing game item type slugs as keys with arrays of item names/slugs as values
{
"champions": ["lol-aatrox", "lol-zed"],
"skins": ["lol-academy-ahri"]
}
Successfully created account offer
Account offer object