---
title: "Accept a push"
method: POST
path: "/{account}/pushes/{push}"
tags: ["domain pushes"]
---

# Accept a push

`POST /{account}/pushes/{push}`

Accepts a push to the target account.

## Path parameters

- `account` integer, required
- `push` integer, required

## Request body

- object
  - `contact_id` integer, required

## Response `204`

Successfully accept a push.

## Other responses

- `400` — A required parameter is missing or the request is invalid.
- `404` — The requested resource doesn't exist.

## Changes

- **2025-07-11** (v2) `06780be0ef17` — 1 breaking, 3 info
  - the request property `contact_id` became required
  - the response property `errors` became required for the status `400`
  - the response property `message` became required for the status `400`
  - the response property `message` became required for the status `404`
- **2023-07-18** (v2) `c8591dcf8c29` — 3 breaking, 1 info
  - the response property `errors` became optional for the status `400`
  - the response property `message` became optional for the status `400`
  - the response property `message` became optional for the status `404`
  - the request property `contact_id` became optional

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/pushes/:push/post.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dnsimple/dnsimple-api/revisions/270bb4f6f532/schema)
