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"
}

Authorizations

x-api-key
string
header
required

Your Lane API key, sent in the x-api-key header.

Response

API key is valid.

success
boolean
id
string

The workspace (company) id.

company_name
string
message
string