Skip to main content
GET
https://api.laneapp.co/api
/
records
/
product
List products
curl --request GET \
  --url https://api.laneapp.co/api/records/product \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "65f0a1b2c3d4e5f6a7b8c9d0",
    "label": "Mobile app"
  },
  {
    "id": "65f0a1b2c3d4e5f6a7b8c9d1",
    "label": "Web app"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.laneapp.co/llms.txt

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

Authorizations

X-API-Key
string
header
required

Pass your Lane API key in the X-API-Key header.

Response

Products in this workspace.

id
string

MongoDB ObjectId.

Example:

"65f0a1b2c3d4e5f6a7b8c9d0"

label
string
Example:

"Mobile app"