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

# Initiate a push

`POST /{account}/domains/{domain}/pushes`

Initiates a pust of a domain to another DNSimple account.

## Path parameters

- `account` integer, required
- `domain` string, required

## Request body

- object
  - `new_account_email` string — Deprecated - use new_account_identifier instead
  - `new_account_identifier` string — The account identifier of the target DNSimple account

## Response `201`

Successfully initiated the push.

- object
  - `data` Push, required
    - `id` integer, required
    - `domain_id` integer, required
    - `contact_id` integer, required
    - `account_id` integer, required
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.
    - `accepted_at` string, date-time, nullable, required — A nullable date-time value. The value can be null, when present the value is formatted according to the ISO 8601 specification.

## 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)
