---
title: "Get Drop-In"
method: GET
path: "/dropins/{dropin_id}"
tags: ["Drop-In"]
---

# Get Drop-In

`GET /dropins/{dropin_id}`

Get a Drop-In record given the provided Drop-In ID.

## Path parameters

- `dropin_id` integer, required

## Headers

- `x-api-key` string, required

## Response `200`

Drop In Record

- DropInResponse — Drop In data.
  - `id` integer — Unique Dropin ID.
  - `dropin_guid` string — A unique identifier (GUID) used as the fingerprint for the drop-in. This will be used for the Firebase document ID and can be utilized in other systems as needed.
  - `name` string — The drop in&#39;s name
  - `first_name` string — Drop In&#39;s first name.
  - `last_name` string — DropIn&#39;s last name.
  - `email` string — Lead&#39;s email address.
  - `location_id` integer — DropIn&#39;s default location ID.
  - `location` string — DropIn&#39;s default location.
  - `gender_id` integer — Drop In&#39;s gender ID.
  - `gender` string — DropIn&#39;s gender.
  - `phone_number` string — DropIn&#39;s phone number.
  - `street_address1` string — DropIn&#39;s street address (line 1).
  - `street_address2` string — DropIn&#39;s street address (line 2).
  - `city` string — DropIn&#39;s city.
  - `state_id` integer — DropIn&#39;s state ID.
  - `state` string — DropIn&#39;s state.
  - `province` string — DropIn&#39;s province, if applicable.
  - `zipcode` string — DropIn&#39;s ZIP code.
  - `country_id` integer — DropIn&#39;s country ID.
  - `country` string — DropIn&#39;s country.
  - `date_of_birth` string, date — DropIn&#39;s date of birth.
  - `age` integer — DropIn&#39;s age
  - `emergency_contact_name` string — DropIn&#39;s Emergency Contact
  - `emergency_contact_phone_number` string — DropIn&#39;s emergency contact phone number
  - `comments` string — DropIn&#39;s Comments
  - `parent_guardian_full_name` string — DropIn&#39;s ParentGuardian full name - used when DropIn is a dependent
  - `sms_toll_free_subscribed` boolean — DropIn&#39;s indication if they want to subscribe to SMS Toll-Free
  - `is_email_subscribed` boolean — Indicates if the DropIn is subscribed to email communication.
  - `dropin_since` string, date-time — Time when the drop-in was created
  - `total_class_sign_ins` integer — Total number of Classes that the Drop-In has signed into.
  - `is_converted_to_lead` boolean — Indicates if the DropIn has been converted to a Lead.
  - `lead_id` integer — Identifies the Lead which the Drop-In was converted to
  - `is_dependent` boolean — If the drop-in is a dependent
  - `created` Created — Record creation data.
    - `created_by_id` integer — Unique ID of the user that created the record.
    - `created_by` string — Name of the user that created the record.
    - `created_on_datetime` string, date-time — Datetime on which the record was created.
  - `updated` Updated — Update info
    - `updated_by_id` integer — Unique ID of the user that last updated the record.
    - `updated_by` string — Name of the user that most recently updated the record.
    - `updated_on_datetime` string, date-time — Datetime on which the record was last updated.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
