---
title: "Perform action for a single consumer"
method: GET
path: "/{action}/{geographicType}"
tags: ["Consumer Service"]
---

# Perform action for a single consumer

`GET /{action}/{geographicType}`

Uses HTTP GET to accept one input record and returns the response in XML format.

## Path parameters

- `action` 'get' | 'buy', required
- `geographicType` 'zip' | 'city' | 'county' | 'state' | 'radius' | 'circle' | 'polygon', required

## Query parameters

- `id` string, required
- `zip` string
- `zip+4` string
- `city` string, required
- `county` string
- `state` string
- `addr` string
- `mile` string
- `records` string
- `str` string
- `strzip` string
- `pt` string
- `points` string
- `hInc` string
- `hInc-d` string
- `cAge` string
- `cAge-d` string, required
- `ownRent` string
- `ownRent-d` string, required
- `marital` string
- `marital-d` string
- `resLen` string
- `resLen-d` string
- `hAge` string
- `hAge-d` string
- `people` string
- `people-d` string
- `adults` string
- `adults-d` string
- `kids` string
- `kids-d` string
- `cCard` string
- `cCard-d` string
- `mail` string
- `mail-d` string
- `worth` string
- `worth-d` string
- `home` string
- `home-d` string
- `dwell` string, required
- `one` string
- `gender` string
- `zip4` string
- `usps` string
- `latlon` string
- `dbug` string
- `pobox` string
- `phone` string, required
- `birth` string
- `fam` string
- `struct` string
- `file` string
- `po` string
- `qty` string
- `multi` string
- `sorder` string
- `emails` string
- `femails` string
- `eduhh` string
- `eduhh-d` string
- `edulndv` string
- `eduIndv-d` string

## Headers

- `Accept` 'application/xml' | '*/*', required
- `Content-Type` 'application/xml' | 'application/json', required

## Response `200`

Successful response

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/melissa/apis/leadgen-consumer.md) · [All operations](https://skmtc.dev/melissa/apis/leadgen-consumer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/melissa/leadgen-consumer/revisions/0f59cb976c75/schema)
