Get the status of a domain.
curl --request POST \
--url https://api.useinvent.com/orgs/{org_id}/domains/{domain_id}/status \
--header 'Authorization: Bearer <token>'{
"status": "active",
"verification_errors": [
"<string>"
]
}Bearer token authentication using your API key
Status information about an org domain
active, pending, active_redeploying, moved, pending_deletion, deleted, pending_blocked, pending_migration, pending_provisioned, test_pending, test_active, test_active_apex, test_blocked, test_failed, provisioned, blocked Was this page helpful?
curl --request POST \
--url https://api.useinvent.com/orgs/{org_id}/domains/{domain_id}/status \
--header 'Authorization: Bearer <token>'{
"status": "active",
"verification_errors": [
"<string>"
]
}