cURL
curl --request GET \ --url https://api.osint.ly/ \ --header 'Authorization: Bearer <token>'
{ "message": "Authorization Valid", "help": "https://docs.osint.ly/api-reference/quick-start" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Authorization valid
Was this page helpful?