Knips logoKnips API

Get embedded integration

Returns the feeds connected to an embedded integration for the given organisation, so an embed can discover which feeds to render. No API key is required.

GET
/integration/embedded/{embedId}

Returns the feeds connected to an embedded integration for the given organisation, so an embed can discover which feeds to render. No API key is required.

Path Parameters

embedId*string

Query Parameters

org*string
curl -X GET "https://example.com/integration/embedded/string?org=string"
{  "created": "string",  "feedIds": [    "string"  ],  "id": "string"}
{  "error": {    "message": "string",    "type": "string"  }}
{  "error": {    "message": "string",    "type": "string"  }}
{  "error": {    "message": "string",    "type": "string"  }}
{  "error": {    "message": "string",    "type": "string"  }}