QuimeraX - EASM
  1. external
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
            • create detection log
            • store takedown with detection log
          • 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. external

list breaches3parties

GET
https://api.quimerax.com/api/external/intelligences/breaches/3parties
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 ********************
Query Params

Header Params

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 -g --request GET 'https://api.quimerax.com/api/external/intelligences/breaches/3parties?filter[status]=<string>&f=<string>' \
--header 'X-HASH-KEY: <string>' \
--header 'X-TEAM-ID: <string>' \
--header 'Accept: application/json'

Responses

🟢200OK
application/json
Body

Example
{"data":[{"id":1,"email":"email@email.com","password":null,"raw_data":null,"status":"open","asset_type":"corporative","created_at":null,"updated_at":"2025-06-11T14:13:22.000000Z","team_id":42,"brand_id":1,"breaches_monitored_query_id":1,"breaches3rd_party_metadata_id":1,"breaches3rdPartyMetadata":{"id":1,"name":null,"domain":"https://domain.com","disclosure_date":null,"compromised_data":null,"number_of_records":null,"description":null,"created_at":null,"updated_at":null,"leaked_assets_count":null}}],"links":{"first":"http://localhost:8081/api/external/intelligences/breaches/3parties?page=1","last":"http://localhost:8081/api/external/intelligences/breaches/3parties?page=1","prev":null,"next":null},"meta":{"current_page":1,"from":1,"last_page":1,"links":[{"url":null,"label":"&laquo; Previous","active":false},{"url":"http://localhost:8081/api/external/intelligences/breaches/3parties?page=1","label":"1","active":true},{"url":null,"label":"Next &raquo;","active":false}],"path":"http://localhost:8081/api/external/intelligences/breaches/3parties","per_page":15,"to":1,"total":1}}
Modified at 2025-06-11 21:58:47
Previous
change bulk leaked asset status
Built with