GET
/
tags
/
all
Get all tags
curl --request GET \
  --url https://api.gologin.com/tags/all \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "tags": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

workspace
string

Response

200 - application/json

The response is of type object.