Skip to main content
GET
https://api.laneapp.co/api
/
records
/
verify
Verify connection
curl --request GET \
  --url https://api.laneapp.co/api/records/verify \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "id": "65f0a1b2c3d4e5f6a7b8c9d0",
  "company_name": "Acme Inc",
  "message": "Zapier verification successful"
}

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

API key is valid.

success
boolean
id
string

Company ObjectId.

company_name
string
message
string