Skip to main content
GET
/
forms
/
snapshots
/
list
cURL
curl --request GET \
  --url https://services.leadconnectorhq.com/forms/snapshots/list \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

locationId
string
required
Example:

"ve9EPM428h8vShlRW1KT"

skip
number
Example:

0

limit
number
default:10

Limit Per Page records count. will allow maximum up to 1000 and default will be 10

Example:

20

productType
string
required

Response

200 - undefined
Last modified on March 4, 2026