cURL
curl --request GET \ --url https://api.osint.ly/search/{id} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "status": "<string>", "result": { "cards": null, "leaked_data": null, "breached_accounts": null, "registered_accounts": null }, "created_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search UUID
Search result status and payload
true
Show child attributes
Was this page helpful?