Knips logoKnips API

List

Returns the feeds in the organisation.

GET
/feeds

Returns the feeds in the organisation.

Authorization

basicAuth
AuthorizationBasic <token>

In: header

Query Parameters

$offset?number
$limit?number
$filter?string
$orderBy?string
curl -X GET "https://example.com/feeds"
{  "meta": {    "maxResults": 0.1  },  "items": [    {      "property1": null,      "property2": null    }  ]}
{  "error": {    "message": "string",    "type": "string"  }}
{  "error": {    "message": "string",    "type": "string"  }}
{  "error": {    "message": "string",    "type": "string"  }}