Endpoint
Authentication
string
required
Bearer token using your API key. Format:
Bearer cs_live_your_keyPath parameters
string
required
The parent form’s unique identifier.
Query parameters
integer
default:"50"
Maximum number of links to return per page. Range:
1–200.string
Pagination token from the previous response’s
nextCursor. Omit on the first request.string
Filter by active status. One of
true or false. Omit to include both.Response
object[]
Array of link objects in the same shape as the Get Link response (without
createdAt precision differences). Each includes linkID, formID, name, prefill, checkoutUrl, destinationType, overlayPath, active, createdAt.Note: when a link’s destinationType is OVERLAY_* but the organization’s organizationBaseURLs is unavailable, that row’s checkoutUrl will be null rather than a broken relative URL. The rest of the row is still returned so you can identify it and either re-configure the organization or delete the link.string | null
Opaque pagination token. Pass back as
?cursor= to fetch the next page. null when there are no more pages.Status codes
Examples
First page (default limit)
cURL
Paginate through results
cURL
Only inactive links
cURL