cURL
curl --request GET \ --url https://api.gologin.com/tags/all \ --header 'Authorization: Bearer <token>'
{ "success": true, "tags": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object