GET
/
v1
/
products
/
search
curl --request GET \
  --url https://api.creem.io/v1/products/search \
  --header 'x-api-key: <x-api-key>'
{
  "items": [
    {
      "id": "<string>",
      "mode": "test",
      "object": "<string>",
      "name": "<string>",
      "description": "This is a sample product description.",
      "image_url": "https://example.com/image.jpg",
      "features": [
        {
          "id": "<string>",
          "type": "<string>",
          "description": "Get access to discord server."
        }
      ],
      "price": 400,
      "currency": "EUR",
      "billing_type": "recurring",
      "billing_period": "every-month",
      "status": "<string>",
      "tax_mode": "inclusive",
      "tax_category": "saas",
      "product_url": "https://creem.io/product/prod_123123123123",
      "default_success_url": "https://example.com/?status=successful",
      "created_at": "2023-01-01T00:00:00Z",
      "updated_at": "2023-01-01T00:00:00Z"
    }
  ],
  "pagination": {
    "total_records": 0,
    "total_pages": 0,
    "current_page": 1,
    "next_page": 2,
    "prev_page": null
  }
}

Headers

x-api-key
string
required

Query Parameters

page_number
number

The page number

page_size
number

The the page size

Response

200 - application/json
Successfully retrieved products
items
object[]
required

List of product items

pagination
object
required

Pagination details for the list