OpenIsle Docs
ApiUsersIdentifierTags

User tags

Get recent tags used by user

GET
/api/users/{identifier}/tags
AuthorizationBearer <token>

In: header

Path Parameters

identifierstring

Query Parameters

limit?integer
Formatint32

Response Body

curl -X GET "https://www.open-isle.com/api/users/string/tags?limit=0"
[
  {
    "id": 0,
    "name": "string",
    "description": "string",
    "icon": "string",
    "smallIcon": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "count": 0
  }
]