v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Site Transfers

Accept a site transfer

Accept a site transfer

post/v1/sites/{id}/transfer/{transfer_id}/accept

Path parameters

idinteger required

ID of the Site you are interacting with

Example:8880000888
transfer_idstring uuid required

ID of the site transfer

Example:123e4567-e89b-12d3-a456-426614174000

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": []
}