GET
/
v0
/
products
/
list
curl --request GET \
  --url https://api.fungies.io/v0/products/list \
  --header 'x-fngs-public-key: <api-key>'
{
  "status": "<string>",
  "data": {
    "products": [
      {
        "object": "product",
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "type": "DigitalDownload",
        "internalId": null,
        "name": "",
        "description": "",
        "developer": null,
        "publisher": null,
        "pegiRating": null,
        "releaseDate": null,
        "systems": null,
        "genres": null,
        "status": "DRAFT",
        "customFields": null
      }
    ],
    "count": 0
  }
}

Authorizations

x-fngs-public-key
string
header
required

Query Parameters

orderDirection
enum<string>

GET /v0/products/list Parameter

Available options:
ASC,
DESC
skip
number | null

GET /v0/products/list Parameter

Required range: 0 <= x <= 1.7976931348623157e+308
take
number | null

GET /v0/products/list Parameter

Required range: 0 <= x <= 1.7976931348623157e+308
archived

GET /v0/products/list Parameter

withArchived

GET /v0/products/list Parameter

returnCount

GET /v0/products/list Parameter

ids
string[]

GET /v0/products/list Parameter

statuses
enum<string>[]

GET /v0/products/list Parameter

termOrId
string

GET /v0/products/list Parameter

tagName
string

GET /v0/products/list Parameter

genres
enum<string>[]

GET /v0/products/list Parameter

systems
enum<string>[]

GET /v0/products/list Parameter

types
enum<string>[]

GET /v0/products/list Parameter

projectId
string

GET /v0/products/list Parameter

offers
object | null

GET /v0/products/list Parameter

orderBy
enum<string>

GET /v0/products/list Parameter

Available options:
createdAt,
name,
price

Response

200
application/json

GET /v0/products/list Positive response

The response is of type object.