---
title: "Add a new MAK"
method: GET
path: "/addMAK"
tags: ["Add MAK"]
---

# Add a new MAK

`GET /addMAK`

Use this GET endpoint to submit a request to add an unlisted address for review and the generation of an associated Melissa Address Key (MAK). This is part of our contribution pipeline to include user input and improve data accuracy.

To ensure your request can be processed, include the complete address details (e.g. address line 1, locality (city), administrative area (state), postal code (zip), country, and an explanation in the comments field (e.g., “New residential subdivision” or “Commercial building recently completed”). Submissions without adequate justification may be discarded.

Upon a successful request you will get an `MS01` result code and a successful submission message.

All user contributions enter a queue and are evaluated by our team on a case-by-case basis.

Submitting a correction does not guarantee that it will be approved or integrated into the active dataset.

## Query parameters

- `t` string
- `id` unknown, required
- `a1` string, required
- `a2` string
- `a3` string
- `a4` string
- `a5` string
- `a6` string
- `a7` string
- `a8` string
- `admarea` string, required
- `ctry` string, required
- `lat` number, required
- `loc` string, required
- `long` number, required
- `org` string
- `postal` string, required
- `reason` string
- `respondto` string

## Headers

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

## Response `200`

Successful response

- Response
  - `Version` string — The current service version number.
  - `TransmissionResults` string — Lists error codes from any errors caused by the most recent request as a whole. For more information, see [Contribution Result Codes](https://docs.melissa.com/cloud-api/contribution/result-codes.html).
  - `TransmissionReference` string — Serves as a unique request identifier.
  - `Results` string — Comma delimited status, error codes, and change codes for the record. For more information, see [Contribution Result Codes](https://docs.melissa.com/cloud-api/contribution/result-codes.html).
  - `Message` string — The response message for the request.

## Other responses

- `400` — Bad Request

---

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