Verify App Domain
POST /apps/{app_id}/domains/{hostname}/verify
POST
/apps/{app_id}/domains/{hostname}/verify
Check DNS for the TXT record and advance the domain to verified.
Idempotent: verifying an already-verified domain re-checks and stays verified, so a builder can re-run it after a DNS change without a special path.
Authorizations
Parameters
Path Parameters
app_id
required
string
hostname
required
string
Header Parameters
Responses
200
Successful Response
object
data
required
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string