s.ee

Get Available Tags

This API allows you to get all available tags.

GET
/api/v1/tags

Header Parameters

AuthorizationRequiredstring

API key

curl -X GET "https://s.ee/api/v1/tags" \
  -H "Authorization: <string>"

OK

{
  "code": 0,
  "data": {
    "tags": [
      {
        "id": 0,
        "name": "string"
      }
    ]
  },
  "message": "string"
}