Endpoint
Authentication
Bearer token using your API key. Format:
Bearer cs_live_your_keyPath parameters
The parent form’s unique identifier.
Query parameters
Maximum number of links to return per page. Range:
1–200.Pagination token from the previous response’s
nextCursor. Omit on the first request.Filter by active status. One of
true or false. Omit to include both.Response
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.Opaque pagination token. Pass back as
?cursor= to fetch the next page. null when there are no more pages.Status codes
| Code | Description |
|---|---|
200 | List returned (may be empty). |
400 | Invalid limit or active query parameter. |
401 | Missing or invalid API key. |
403 | Form belongs to a different organization. |
404 | No form found with the given ID. |
500 | Internal error. |
Examples
First page (default limit)
cURL
Paginate through results
cURL
Only inactive links
cURL