---
title: "Convert Drop-In to Lead"
method: POST
path: "/dropins/{dropin_id}/convert"
tags: ["Drop-In"]
---

# Convert Drop-In to Lead

`POST /dropins/{dropin_id}/convert`

Convert a Drop-In to a Lead. Any data not sent in the request will use the Drop-In's existing data.

## Path parameters

- `dropin_id` integer, required

## Headers

- `x-api-key` string, required

## Request body

- RequestDropInConvert — Contains Data to convert a DropIn to a Lead
  - `email` string — Email address to associate with the Client profile of the converted Lead.

## Response `200`

Data about the converted Drop-In.

- ResponseDropInConvert — Response for convert dropin
  - `lead_data` LeadResponse — Lead data.
    - `id` integer — Unique Lead ID.
    - `first_name` string — Lead&#39;s first name.
    - `last_name` string — Lead&#39;s last name.
    - `email` string — Lead&#39;s email address.
    - `lead_status_id` integer — Lead&#39;s status ID.
    - `lead_status` string — Lead&#39;s status label.
    - `location_id` integer — Lead&#39;s default location ID.
    - `location` string — Lead&#39;s default location.
    - `gender_id` integer — Lead&#39;s gender ID.
    - `gender` string — Lead&#39;s gender.
    - `phone_number` string — Lead&#39;s phone number.
    - `date_of_birth` string, date — Lead&#39;s date of birth.
    - `street_address1` string — Lead&#39;s street address (line 1).
    - `street_address2` string — Lead&#39;s street address (line 2).
    - `city` string — Lead&#39;s city.
    - `state_id` integer — Lead&#39;s state ID.
    - `state` string — Lead&#39;s state.
    - `province` string — Lead&#39;s province, if applicable.
    - `zipcode` string — Lead&#39;s ZIP code.
    - `country_id` integer — Lead&#39;s country ID.
    - `country` string — Lead&#39;s country.
    - `tags` string[] — Lead&#39;s tags as a text list.
    - `notes` string — Lead&#39;s notes.
    - `lead_group` LeadGroupData — Lead group data.
      - `group_id` integer — Unique Lead group ID.
      - `group_role_id` integer — ID of the Lead&#39;s group role.
      - `group_role` string — The Lead&#39;s group role.
      - `other_group_participants` LeadGroupParticipants[] — List of the other members of the Lead&#39;s group.
        - `group_participant_lead_id` integer — Unique Lead ID of the group member.
        - `group_participant_name` string — Name of the group member.
        - `group_role_id` integer — ID of the group member&#39;s role.
        - `group_role` string — The group member&#39;s role.
    - `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.
    - `last_contact_datetime` string, date-time — Datetime on which the Lead was last contacted.
    - `is_converted_to_client` boolean — Indicates if the Lead has been converted to a Client.
    - `status_history` LeadStatusHistory[] — Lead&#39;s status history.
      - `from_status_id` integer — From status ID.
      - `from_status` string — From status.
      - `to_status_id` integer — To status ID.
      - `to_status` string — To status.
      - `status_change_datetime` string, date-time — Datetime on which the status change occurred.
    - `emergency_contact_name` string — Name of the Lead&#39;s emergency contact.
    - `emergency_contact_phone` string — Phone number of the Lead&#39;s emergency contact.
    - `lead_source_id` integer — Lead&#39;s source ID.
    - `lead_source` string — Lead&#39;s source.
    - `referred_by_from_web` string — Who referred the Lead on the Web (free text).
    - `referred_by_user_id` integer — Unique ID of the user who referred the Lead.
    - `referred_by_user_name` string — Name of the use who referred the Lead.
    - `is_email_subscribed` boolean — Indicates if the Lead is subscribed to email communication.
    - `is_sms_subscribed` boolean — Indicates if the Lead is subscribed to SMS communication.
    - `location_timezone_id` integer — ID of the Lead&#39;s default location time zone.
    - `location_time_zone` string — Timezone of the Lead&#39;s location.
    - `created_from_source_id` integer — The ID of the source from which the Lead was created.
    - `created_from_source` string — The source from which the Lead was created.
    - `profile_photo_url` string — Lead&#39;s profile photo URL.
    - `lead_owner_id` integer — Unique Client ID of the Employee assigned to the Lead.
    - `lead_owner` string — Name of the Employee assigned to the Lead.
    - `total_class_sign_ins` integer — Total number of Classes that the Lead has signed into.
    - `total_booking_sign_ins` integer — Total number of Appointment Bookings the Lead has signed into.
    - `last_class_sign_in` string, date-time — Datetime of the last Class the Lead has signed into.
    - `last_booking_sign_in` string, date-time — Datetime of the last Appointment Booking the Lead has signed into.
    - `days_since_last_attendance` integer — Number of days since the Lead last attended
    - `is_active` boolean — Indicates if the lead is active.
    - `next_class_reservation` string, date-time — Date and time of next (soonest in the future) Reservation in the Status of “Reserved”
    - `next_appointment_booking` string, date-time — Date and time of next (soonest in the future) Booking in the Status of “Reserved”

---

[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)
