---
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.

---

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