v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBdomain pushes
Initiate a push
Initiates a pust of a domain to another DNSimple account.
post/{account}/domains/{domain}/pushes
Path parameters
accountinteger required
The account id
domainstring required
The domain name or id
Request body
Example request
{
"new_account_identifier": "xxxxxxxx-xxxx-7xxx-xxxx-xxxxxxxxxxxx"
}Response
Successfully initiated the push.
Example response
{
"data": {
"id": 1,
"domain_id": 100,
"contact_id": 2,
"account_id": 2020,
"created_at": "2016-08-11T10:16:03Z",
"updated_at": "2016-08-11T10:16:03Z",
"accepted_at": null
}
}