Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The domain of the DNS you want to check
Response
200 - application/json
Fields in the Response:
- subdomain: The subdomain associated with the provided domain.
- status: The status of the request (e.g.,
success
,failure
).