Skip to main content
GET
/
search
/
{id}
/
leaks
Get leaks overview for all sources
curl --request GET \
  --url https://api.osint.ly/search/{id}/leaks \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "search_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "sources": [
    "<string>"
  ],
  "message": "<string>",
  "fetch_endpoints": {},
  "data": {},
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Search UUID

Response

Leaks sources and fetch endpoints

ok
boolean
required
search_id
string<uuid>
required
sources
string[]
required
message
string
fetch_endpoints
object
data
object
timestamp
string<date-time>