All requests must include a
User-Agent header in the format AppName/Version (+URL). Requests without it will be rejected.GET /v1/flex
Returns a list of all flex cosmetic items.Query parameters
string
default:"en-US"
BCP 47 locale string for response localization. Example:
de-DE, fr-FR, pt-BR.Example request
Response
Response fields
number
required
HTTP status code of the response.
object[]
required
Array of flex item objects.
GET /v1/flex/{uuid}
Returns a single flex item by its UUID.Path parameters
string
required
The UUID of the flex item to retrieve.
Query parameters
string
default:"en-US"
BCP 47 locale string for response localization.