KonbiniAPI · Example Payload

Konbiniapi Instagramgetuserhighlights Example

APISocial MediaInstagramTikTokActivityStreams 2.0ScrapingData ExtractionPublic DataInfluencer MarketingSocial ListeningCreator ToolsMCPModel Context Protocol

Konbiniapi Instagramgetuserhighlights Example is an example object payload from KonbiniAPI, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummaryrequestresponse

Example Payload

Raw ↑
{
  "operationId": "instagramGetUserHighlights",
  "summary": "Get User Story Highlights",
  "request": {
    "method": "GET",
    "url": "https://api.konbiniapi.com/v1/instagram/users/khaby00/highlights?cursor=0",
    "headers": {
      "Authorization": "Bearer knbn_your_api_key",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "X-Credits-Remaining": 24999,
      "X-Credits-Used": 1
    },
    "body": {
      "data": {
        "@context": [
          "https://www.w3.org/ns/activitystreams#",
          "https://konbiniapi.com/ns/social#"
        ],
        "type": "OrderedCollectionPage",
        "partOf": "https://api.konbiniapi.com/v1/instagram/users/khaby00/highlights",
        "totalItems": 1309,
        "cursor": "0",
        "nextCursor": "1772217402000",
        "next": "https://api.konbiniapi.com/v1/instagram/users/khaby00/highlights?cursor=abc123",
        "itemCount": 30,
        "orderedItems": [
          {
            "type": "OrderedCollection",
            "id": "https://www.instagram.com/stories/highlights/17890000000000001/",
            "entityId": "highlight:17890000000000001",
            "name": "Best of 2025",
            "totalItems": 42
          }
        ]
      }
    }
  }
}