OpenIsle Docs

Subscribed posts

Get posts the user subscribed to

GET
/api/users/{identifier}/subscribed-posts
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/subscribed-posts?limit=0"
[
  {
    "id": 0,
    "title": "string",
    "snippet": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "category": "string",
    "views": 0
  }
]