GET /v2/products/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": "prod_QwiAb8ysAnsxjY",
        "name": "Musicboard Pro - Lifetime Offer",
        "description": "",
        "active": true,
        "type": "service",
        "created": "2024-09-30T18:54:22Z",
        "plans": [],
        "prices": [
            {
                "id": "price_1Q4ojjDAtj7oNfqrrCHFVkcy",
                "currency": "usd",
                "unit_amount": 17999,
                "type": "one_time",
                "created": "2024-09-30T18:54:23Z"
            }
        ]
    },
    {
        "id": "prod_QTRwwIDvta1s58",
        "name": "Musicboard Pro - One year",
        "description": "",
        "active": true,
        "type": "service",
        "created": "2024-07-14T16:13:18Z",
        "plans": [],
        "prices": [
            {
                "id": "price_1PlvDVDAtj7oNfqrQbw4NKq7",
                "currency": "usd",
                "unit_amount": 4499,
                "type": "one_time",
                "created": "2024-08-09T15:59:01Z"
            }
        ]
    },
    {
        "id": "prod_QTRw0maQhwQbdr",
        "name": "Musicboard Pro - One month",
        "description": "",
        "active": true,
        "type": "service",
        "created": "2024-07-14T16:12:26Z",
        "plans": [],
        "prices": [
            {
                "id": "price_1PlvD4DAtj7oNfqrqfOYSLsF",
                "currency": "usd",
                "unit_amount": 499,
                "type": "one_time",
                "created": "2024-08-09T15:58:34Z"
            }
        ]
    },
    {
        "id": "prod_QTNvCf69ti3lZZ",
        "name": "Musicboard Basic - One year",
        "description": "",
        "active": true,
        "type": "service",
        "created": "2024-07-14T12:04:14Z",
        "plans": [],
        "prices": [
            {
                "id": "price_1PlvClDAtj7oNfqrzvds54HD",
                "currency": "usd",
                "unit_amount": 1799,
                "type": "one_time",
                "created": "2024-08-09T15:58:15Z"
            }
        ]
    },
    {
        "id": "prod_QTNvM1iXVMS3Cr",
        "name": "Musicboard Basic - One month",
        "description": "",
        "active": true,
        "type": "service",
        "created": "2024-07-14T12:04:01Z",
        "plans": [],
        "prices": [
            {
                "id": "price_1PlvBqDAtj7oNfqral5dwbZd",
                "currency": "usd",
                "unit_amount": 199,
                "type": "one_time",
                "created": "2024-08-09T15:57:18Z"
            }
        ]
    },
    {
        "id": "prod_QTNuEgsIeApwcm",
        "name": "Musicboard Pro",
        "description": "",
        "active": true,
        "type": "service",
        "created": "2024-07-14T12:02:47Z",
        "plans": [
            {
                "id": "price_1PlvAcDAtj7oNfqrBl96uIYJ",
                "currency": "usd",
                "amount": "4.99",
                "interval": "month",
                "created": "2024-08-09T15:56:02Z"
            },
            {
                "id": "price_1PlvB3DAtj7oNfqrncotnTEs",
                "currency": "usd",
                "amount": "44.99",
                "interval": "year",
                "created": "2024-08-09T15:56:29Z"
            }
        ],
        "prices": [
            {
                "id": "price_1PlvAcDAtj7oNfqrBl96uIYJ",
                "currency": "usd",
                "unit_amount": 499,
                "type": "recurring",
                "created": "2024-08-09T15:56:02Z"
            },
            {
                "id": "price_1PlvB3DAtj7oNfqrncotnTEs",
                "currency": "usd",
                "unit_amount": 4499,
                "type": "recurring",
                "created": "2024-08-09T15:56:29Z"
            }
        ]
    },
    {
        "id": "prod_QTNtqFyB9kQiSJ",
        "name": "Musicboard Basic",
        "description": "",
        "active": true,
        "type": "service",
        "created": "2024-07-14T12:01:34Z",
        "plans": [
            {
                "id": "price_1Plv91DAtj7oNfqrQcITcMhm",
                "currency": "usd",
                "amount": "1.99",
                "interval": "month",
                "created": "2024-08-09T15:54:23Z"
            },
            {
                "id": "price_1Plv9GDAtj7oNfqrjYQtx5Ou",
                "currency": "usd",
                "amount": "17.99",
                "interval": "year",
                "created": "2024-08-09T15:54:38Z"
            }
        ],
        "prices": [
            {
                "id": "price_1Plv91DAtj7oNfqrQcITcMhm",
                "currency": "usd",
                "unit_amount": 199,
                "type": "recurring",
                "created": "2024-08-09T15:54:23Z"
            },
            {
                "id": "price_1Plv9GDAtj7oNfqrjYQtx5Ou",
                "currency": "usd",
                "unit_amount": 1799,
                "type": "recurring",
                "created": "2024-08-09T15:54:38Z"
            }
        ]
    }
]