Skip to main content
POST
/
v1
/
public
/
accounts
/
{account_id}
/
domains
/
{domain}
/
move
Move Domain
curl --request POST \
  --url https://api.hybridbox.io/v1/public/accounts/{account_id}/domains/{domain}/move \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_workspace_id": "<string>"
}
'
{
  "account_id": "<string>",
  "domain_id": "<string>",
  "domain_name": "<string>",
  "from_workspace_id": "<string>",
  "reconciled": {
    "linked_records_changed": 0
  },
  "to_workspace_id": "<string>",
  "status": "moved"
}

Documentation Index

Fetch the complete documentation index at: https://hybridbox.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

Path Parameters

account_id
string<uuid>
required
domain
string
required

Body

application/json

Schema for moving a domain to another workspace.

target_workspace_id
string<uuid4>
required

Response

account_id
string<uuid4>
required
domain_id
string<uuid4>
required
domain_name
string
required
from_workspace_id
string<uuid4>
required
reconciled
DomainMoveReconciled · object
required

Summary of reconciled linked records.

to_workspace_id
string<uuid4>
required
status
string
default:moved