API

List

Returns the feeds in the organisation.

GET/feeds

Authorization

basicAuth
AuthorizationBasic <token>

In: header

Query Parameters

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