انتقل إلى المحتوى الرئيسي

Instagram Images

Get Instagram Images

The "Get Instagram Images" API allows you to retrieve a list of images from Instagram. This feature is useful when displaying images on the home page of the mobile app.

  • Endpoint: api/customer/instagram/images

  • HTTP Method: GET

  • Success Response:

KeyTypeDescription
urlstringThe image url.
{
"code": 200,
"message": "Success",
"data": [
{
"url": "https://docapi.supercommerce.io/storage/uploads/lines-1692712604.jpg",
},
//...
]
}
معلومات

Check the following section to learn more about the Get Instagram Images API Reference