Skip to main content
GET
Validate bearer token
curl --request GET \
  --url https://api.osint.ly/ \
  --header 'Authorization: Bearer <token>'
{
  "message": "Authorization Valid",
  "help": "https://docs.osint.ly/api-reference/quick-start"
}

Authorizations

Authorization
string
header
required

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

Response

Authorization valid

message
string
required
help
string<uri>
required