---
title: "List Inbox Registrations"
method: GET
path: "/inbox_registrations"
tags: ["inbox_registrations", "Inbox Registrations"]
---

# List Inbox Registrations

`GET /inbox_registrations`

List Inbox Registrations

## Query parameters

- `cursor` string
- `per_page` integer
- `folder_behavior_id` integer

## Response `200`

A list of InboxRegistrations objects.

- InboxRegistrationEntity[]
  - `code` string — Registration cookie code
  - `name` string — Registrant name
  - `company` string — Registrant company name
  - `email` string — Registrant email address
  - `ip` string — Registrant IP Address
  - `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
  - `inbox_id` integer — Id of associated inbox
  - `inbox_recipient_id` integer — Id of associated inbox recipient
  - `inbox_title` string — Title of associated inbox
  - `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)
