Skip to main content
GET
/
products
Admin only: Get products for a given tenant
curl --request GET \
  --url https://api.example.com/products
{
  "products": [
    {
      "id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

products
object[]
required