docs.remarkable.net
IdImages

Get product images

Get all images for a product using the productId. Allows Anonymous.

GET/v1/products/{id}/images
AuthorizationBasic <token>

Basic Authorization header using the Bearer scheme.

In: header

Authorization<token>

JWT Authorization header using the Bearer scheme.

In: header

Path Parameters

idinteger
Formatint32

Response Body

curl -X GET "https://loading/v1/products/0/images"
{
  "images": [
    {
      "imageUrl": "string",
      "title": "string",
      "position": 0,
      "stockId": 0,
      "smallImageUrl": "string"
    }
  ]
}
{
  "message": "string",
  "code": 0
}
{
  "succeeded": true,
  "errors": [
    {
      "message": "string"
    }
  ]
}

How is this guide?