Verify subdomain | Domains | Northflank API docs
v1
Double column
API
CLI
JS Client

Domains /

Verify subdomain

Gets details about the given subdomain

Required permission

Account > Domains > General > Update

Path parameters

    • domain

      string required

      Name of the domain

    • subdomain

      string required

      Name of the subdomain

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

    API
    CLI
    JS Client

    POST /v1/domains/{domain}/subdomains/{subdomain}/verify

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    Example response

    400 Bad Request

    Failed to verify the subdomain.

    © 2024 Northflank Ltd. All rights reserved.