cURL
curl --request GET \ --url https://api.osint.ly/search/{id}/leaks/{source} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "source": "<string>", "count": 123, "template": {}, "results": [ { "key": "<string>", "items": [ "<unknown>" ] } ], "pagination": { "currentPage": 123, "totalPages": 123, "hasNextPage": true, "pageSize": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search UUID
Leak source code/name (case-insensitive)
"snusbase"
Page number for paginated leak sources
x >= 1
Leak source payload
true
Show child attributes
Was this page helpful?