Get image by ID
Images
Get image by ID
GET
Get image by ID
Authorizations
Storefront API key (sfk_...)
Path Parameters
Image unique identifier
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
200 - application/json
Image
Unique identifier
Example:
"123e4567-e89b-12d3-a456-426614174000"
External identifier for the image (e.g., from storage provider)
Example:
"img_123456"
URL where the image can be accessed
Example:
"https://storage.example.com/images/product-image.jpg"
Original filename of the uploaded image
Example:
"product-image.jpg"
MIME type of the image
Example:
"image/jpeg"
Creation timestamp
Example:
"2023-01-01T12:00:00Z"
Last update timestamp
Example:
"2023-01-02T12:00:00Z"
Soft deletion timestamp
Example:
"2023-01-03T12:00:00Z"
ID of the store that owns this image
Example:
"store-uuid"
Last modified on July 26, 2026