---
title: "List Share Link Registrations"
method: GET
path: "/bundle_registrations"
tags: ["bundle_registrations", "Bundle Registrations"]
---

# List Share Link Registrations

`GET /bundle_registrations`

List Share Link Registrations

## Query parameters

- `user_id` integer
- `cursor` string
- `per_page` integer
- `bundle_id` integer

## Response `200`

A list of BundleRegistrations objects.

- BundleRegistrationEntity[]
  - `code` string — Registration cookie code
  - `name` string — Registrant name
  - `company` string — Registrant company name
  - `email` string — Registrant email address
  - `ip` string — Registrant IP Address
  - `inbox_code` string — InboxRegistration cookie code, if there is an associated InboxRegistration
  - `clickwrap_body` string — Clickwrap text that was shown to the registrant
  - `form_field_set_id` integer — Id of associated form field set
  - `form_field_data` object — Data for form field set with form field ids as keys and user data as values
  - `bundle_code` string — Bundle URL code
  - `bundle_id` integer — Id of associated bundle
  - `bundle_recipient_id` integer — Id of associated bundle recipient
  - `workspace_id` integer — Workspace ID. `0` means the default workspace.
  - `created_at` string, date-time — Registration creation date/time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
