Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.defendis.ai/api/v1/exposure/subdomains \ --header 'Authorization: Bearer <token>'
{ "data": [ { "input": "app.example.com" } ], "paging": { "totalPages": 1, "totalRecords": 1, "currentPage": 1, "pageSize": 20, "hasMore": false, "nextPage": null } }
Required for all /api/v1 endpoints. Use Authorization: Bearer <api_key>
Subdomains response
The response is of type object.
object
Was this page helpful?