Instagram · JSON Structure

Instagram Graph Api Success Response Structure

SuccessResponse schema from Instagram Graph API

Type: object Properties: 1
InstagramMetaPhotosSocial MediaVideosContent Publishing

SuccessResponse is a JSON Structure definition published by Instagram, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

success

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/instagram/refs/heads/main/json-structure/instagram-graph-api-success-response-structure.json",
  "name": "SuccessResponse",
  "description": "SuccessResponse schema from Instagram Graph API",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "example": true
    }
  }
}