---
title: "getRegistrationById"
method: GET
path: "/registrations/{registration}"
tags: ["Registration"]
---

# getRegistrationById

`GET /registrations/{registration}`

Retrieves Registrations from ID

## Path parameters

- `registration` integer, required

## Response `200`

Success

- Registration
  - `address1` string, nullable — Line one of Registration address
  - `address2` string, nullable — Line two of Registration address
  - `attendee_id` integer, nullable — Unique ID for Attendee for an organization
  - `blog` string, nullable — Registration blog field
  - `campaign_id` integer — ID of Campaign registered for
  - `cell` string, nullable — Phone Cell number
  - `city` string, nullable — City field of Registration
  - `commitment_id` integer, nullable — Minimum fundraising goal ID
  - `company` string, nullable — Name of the company
  - `country` string, nullable — Country field of Registration
  - `created_at` string, date-time — Date/time of last record created
  - `date_of_birth` string, date-time, nullable — Date/time of birth of who is registering
  - `email` string — Email address of who is registering
  - `first_name` string — First name of who is registering
  - `fundraising_page_id` integer, nullable — Identifier of the fundraising page
  - `gender` string, nullable — First letter of the gender
  - `id` integer — Primary identifier of the Registration
  - `last_name` string — Last name of who is registering
  - `member_id` integer, nullable — Member identifier
  - `phone` string, nullable — Phone of who is registering
  - `postal_code` string, nullable — Postal code of who is registering
  - `product_name` string, nullable — Name of the product
  - `state` string, nullable — State field of Registration
  - `status` 'attending' | 'not_attending' | 'archived' — Attending status
  - `supporter_id` integer, nullable — Identifier of Supporter
  - `transaction_id` integer, nullable — Identifier of Transaction
  - `transaction_item_id` integer, nullable — Identifier of the Item of the transaction
  - `transaction_last_four` integer, nullable — Card last four in case of a CC payment while registration
  - `transaction_payment_type` string, nullable — Type of payment used in the transaction
  - `tshirt_size` string, nullable — Size of tshirt
  - `updated_at` string, date-time — Date/time of initial record creation
  - `website` string, nullable — Website of registrant

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Registration not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
