v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Creates a new target domain for penetration testing. A target domain is a web domain that must be registered and verified before it can be tested.

post/CreateTargetDomain

Request body

targetDomainNamestring required

The domain name to register as a target domain.

verificationMethod'DNS_TXT' | 'HTTP_ROUTE' | 'PRIVATE_VPC' required

Method used to verify domain ownership.

tagsobject

Map of tags for a resource.

Response

Success

targetDomainIdstring required

The unique identifier of the created target domain.

domainNamestring required

The domain name of the target domain.

verificationStatus'PENDING' | 'VERIFIED' | 'FAILED' | 'UNREACHABLE' required

The current verification status of the target domain.

verificationStatusReasonstring

The reason for the current target domain verification status.

createdAtstring date-time

The date and time the target domain was created, in UTC format.

verifiedAtstring date-time

The date and time the target domain was verified, in UTC format.