v1
latestOpenAPI 3.1.02026-07-261690320.7 KBAdd Subdomain
Add a subdomain to a attack surface domain
post/domains/{domain_id}/subdomains
Path parameters
domain_idinteger required
The ID of the domain to add the subdomain to
Request body
Example request
{
"subdomain_name": "apidocs"
}Response
The subdomain has been added successfully
Example response
{
"success": 1
}