Skip to main content
GET
/
search
/
{id}
Get search result
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"
}

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

Search result status and payload

ok
enum<boolean>
required
Available options:
true
status
string
required
result
object
required
created_at
string<date-time>
required