# Verify domain claim **POST /organizations/{organization_id}/domains/_verify** Verify domain claim challenge. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Path parameters - **organization_id** (string) Identifier for the Organization ### Body: application/json (object) The verification code request - **domain_claim_request** (string) The domain claim request ## Responses ### 200 With status 200 ok to signal the domain has been claimed #### Body: application/json (object) object ### 400 Domain claim already exists. (code: `org.domain_claim.already_exists`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 404 Organization not found. (code: `organization.not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 409 Concurrent organization modification. (code: `org.domain_claim.concurrent_organization_modification`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request ### 449 The challenge can not be verified at the moment, please retry later #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)