GET
/
browser
/
latest-useragent
curl --request GET \
  --url https://api.gologin.com/browser/latest-useragent \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

os
enum<string>
required

Operating system for which to get the latest user agent

Available options:
lin,
mac,
win,
android,
android-cloud
Example:

"win"