---
title: "Add a new contacts"
method: POST
path: "/v1/contacts.json"
tags: ["contacts"]
---

# Add a new contacts

`POST /v1/contacts.json`

Created contacts

## Query parameters

- `token` string, required

## Request body

- object
  - `name` string
  - `email` string
  - `contact_custom_field` object[]
    - `custom_field_id` integer
    - `value` string

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `name` string
  - `user_id` string
  - `email` string

## Other responses

- `405` — Invalid input

## Changes

- **2018-10-11** `0ed5ec2da9f1` — 1 info
  - endpoint added
- **2016-04-26** `5d7a4c3eadce` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/contacts.json/post.md)

---

[API](https://skmtc.dev/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.dev/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/bfc753befdbe/schema)
