Skip to main content
GET
/
v1
/
servers
/
discover
/
tags
List discovery tags
curl --request GET \
  --url https://api.magne.app/v1/servers/discover/tags \
  --header 'Authorization: Bearer <token>'
[
  {
    "tag": "<string>",
    "count": 123
  }
]

Authorizations

Authorization
string
header
required

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

Response

Success

tag
string
count
integer<int64>