QuimeraX - EASM
  1. detection-logs
QuimeraX - EASM
  • External - V1
    • external
      • teams
        • domain-assets/vulnerabilities
          • 217
            • show asset vulnerability
            • update vulnerability status
          • list assets vulnerabilities
        • intelligence
          • takedowns
            • 15
              • show takedown
              • store tkd history
            • list takedowns
          • compromised-cards
            • list compromised cards
            • update compromised card status
          • brands
            • brand details
            • show phishings
          • detection-logs
            • 1448
              • show detection log
            • list detection logs
              GET
            • create detection log
              POST
            • store takedown with detection log
              POST
          • social-media-detection-logs
            • list social media detection logs
            • create social media detection log
            • show social media detection log
            • store takedown with social medi
      • cyber-threats
        • change status info stealer
        • list info stealer
        • change bulk status info stealer
      • leaked-assets
        • change leaked asset status
        • change bulk leaked asset status
      • list breaches3parties
        GET
  1. detection-logs

store takedown with detection log

POST
https://api.quimerax.com/api/external/teams/intelligence/detection-logs/takedowns
Last modified:2025-06-11 21:58:47

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Body Params application/x-www-form-urlencoded

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.quimerax.com/api/external/teams/intelligence/detection-logs/takedowns' \
--header 'X-TEAM-ID: <string>' \
--header 'X-HASH-KEY: <string>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'domain=<string>' \
--data-urlencode 'detection_date=<string>'

Responses

🟢200Untitled Response
application/json
Body

Example
{}
Modified at 2025-06-11 21:58:47
Previous
create detection log
Next
list social media detection logs
Built with