Skip to main content
GET
Get image by ID

Authorizations

x-api-key
string
header
default:sfk_your_api_key
required

Storefront API key (sfk_...)

Path Parameters

imageId
string
required

Image unique identifier

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

200 - application/json

Image

id
string
required

Unique identifier

Example:

"123e4567-e89b-12d3-a456-426614174000"

externalId
string | null
required

External identifier for the image (e.g., from storage provider)

Example:

"img_123456"

url
string
required

URL where the image can be accessed

Example:

"https://storage.example.com/images/product-image.jpg"

filename
string | null
required

Original filename of the uploaded image

Example:

"product-image.jpg"

mime
string | null
required

MIME type of the image

Example:

"image/jpeg"

createdAt
string<date-time>
required

Creation timestamp

Example:

"2023-01-01T12:00:00Z"

updatedAt
string<date-time> | null
required

Last update timestamp

Example:

"2023-01-02T12:00:00Z"

deletedAt
string<date-time> | null
required

Soft deletion timestamp

Example:

"2023-01-03T12:00:00Z"

storeId
string | null
required

ID of the store that owns this image

Example:

"store-uuid"

Last modified on July 26, 2026