OpenapiV1ContentInstagram media itemsExternalid/v1/content/instagram.media.items/{externalId} GET

/v1/content/instagram.media.items/{externalId}

GET
/v1/content/instagram.media.items/{externalId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

externalId*string
Length1 <= length

Query Parameters

connectedProfileId*string

Koil Connected Profile associated with the operation.

Length1 <= length
includeProviderRaw?boolean

Whether to include transient provider-native payloads.

Response Body

application/json

curl -X GET "https://example.com/v1/content/instagram.media.items/string?connectedProfileId=string"
{  "externalId": "string",  "variant": "feed",  "text": "string",  "media": [    {      "mediaId": "string",      "sourceUrl": "string",      "contentType": "string",      "filename": "string",      "checksum": "string",      "altText": "string"    }  ],  "providerPermalink": "http://example.com",  "publishedAt": "2019-08-24T14:15:22Z",  "providerRaw": null,  "contentType": "instagram.media.items"}