Skip to main content
GET
What this category needs

Path Parameters

game
string
required

The game's slug, or its id — both are accepted.

Example:

"roblox"

category_slug
string
required
Example:

"accounts"

Response

OK

A category's fields, and what its create call demands.

id
string<uuid>
game_category_id
string<uuid>
version
integer

The schema version a listing created now is pinned to.

attributes
object[]
requirements
object

What POST /v1/offers demands for this category. Derived from the same rules the create call validates against, so it cannot drift from them.

created_at
string<date-time> | null