Verify domain claim

POST /organizations/{organization_id}/domains/_verify

Verify domain claim challenge.

Path parameters

  • organization_id string Required

    Identifier for the Organization

application/json

Body Required

The verification code request

  • domain_claim_request string Required

    The domain claim request

Responses

  • 200 application/json

    With status 200 ok to signal the domain has been claimed

  • 400 application/json

    Domain claim already exists. (code: org.domain_claim.already_exists)

    Hide headers attribute Show headers attribute
    • x-cloud-error-codes string

      The error codes associated with the response

      Value is org.domain_claim.already_exists.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

  • 404 application/json

    Organization not found. (code: organization.not_found)

    Hide headers attribute Show headers attribute
    • x-cloud-error-codes string

      The error codes associated with the response

      Value is organization.not_found.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

  • 409 application/json

    Concurrent organization modification. (code: org.domain_claim.concurrent_organization_modification)

    Hide headers attribute Show headers attribute
    • x-cloud-error-codes string

      The error codes associated with the response

      Value is org.domain_claim.concurrent_organization_modification.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

  • 449 application/json

    The challenge can not be verified at the moment, please retry later

POST /organizations/{organization_id}/domains/_verify
curl \
 --request POST 'https://api.elastic-cloud.com/api/v1/organizations/{organization_id}/domains/_verify' \
 --header "Content-Type: application/json" \
 --data '{"domain_claim_request":"string"}'