/v1/content/instagram.media.items/{externalId}
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
externalId*string
Length
1 <= lengthQuery Parameters
connectedProfileId*string
Koil Connected Profile associated with the operation.
Length
1 <= lengthincludeProviderRaw?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"}