cURL
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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search UUID
Leaks sources and fetch endpoints
Show child attributes
Was this page helpful?