cURL
curl --request GET \ --url https://api.osint.ly/usage \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Usage limits fetched", "limits": { "allowed": true, "limits": { "global": { "used": 15, "max": 500 }, "daily": { "used": 2, "max": 50 } } }, "code": 200 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Usage limits
true
Usage limits fetched
Show child attributes
200
Was this page helpful?