Skip to main content
POST
List URLs by Credential Hash
Access to is required for this feature. Please contact your Customer Success Manager for more details.
Returns the URLs where a leaked credential was seen being used, for a single credential hash. Credential hashes are returned in the credential_hash field of each credential from the Search Credentials endpoint. Each result contains the full url (including scheme and path), its host (domain), and the credential_hash it belongs to.

Paging

This endpoint supports the Flare standard paging pattern . Use the next value from the response as the from value in the next request to fetch additional URLs.

Body Parameters

string
required
The credential hash to look up URLs for, as returned in the credential_hash field of a credential.
number
default:"100"
Maximum number of URLs to return (maximum 5000).
string
The next value from the last response.