GET: Credentials Leaks Affecting Your Portfolio Jessica ⇤ Exposed Credentials https://api.bitsighttech.com/ratings/v1/exposed-credentials/leaks List of credentials leaks affecting companies in your portfolio. Parameters Name Values limit [Query] The maximum number of records to return in a response. [Integer] offset [Query] The offset in the result set to start returning records from. [Integer] The value 0 will cause the results to start with the first record of the result set. Example Request curl https://bitsighttech.com/ratings/v1/exposed-credentials/leaks -u api_token: Example Response { "links":{ "next":"https://bitsighttech.com/ratings/v1/exposed-credentials/leaks/?limit=100&offset=100", "previous":null }, "count":106, "results":[ { "guid":"e8d8503e-beae-4d6a-add4-5666c5491881", "name":"Company, Inc.", "leak_date":"2022-01-11", "date_added":"2022-01-12T04:04:18.952625Z", "description":A short description of the leak, including who discovered it and the types of data leaked.", "data_types_leaked":[ { "name":"Email Addresses", "description":"Any email addresses associated with the information in a disclosed user account, typically used for signup or notifications." }, { "name":"Name", "description":"Typically the real-world name of the owner of the disclosed account" }, { "name":"Phone numbers", "description":"Contact information for the owner of the disclosed account." } ] }, { […] } ] } Response Attributes Field Description links object Navigation for multiple pages of results. See pagination. previous string The URL path to navigate to the previous page. next string The URL path to navigate to the next page. count integer The total number of leaks across all pages. results array List of all leaks. object A leak. guid string The unique identifier of the company. name string The name of the affected company. leak_date string The date of the leak. date_added string The date that the affected company's domains were found in the contents of this leak. description string Short overview of the leak, including how many credentials were exposed. data_types_leaked array A list of all data types involved in the leak. object Name and description of the type of data leaked. name string The type of exposed credentials, i.e. login credentials and personally identifiable information. description string A description of the leaked credentials. January 19, 2022: Published. Related articles Exposed Credentials API Endpoint GET: Companies with Exposed Credentials in Your Portfolio Endpoints GET: Assets GET: Alerts Feedback 0 comments Please sign in to leave a comment.