Skip to main content
POST
/
api
/
shop
/
marketplace
/
offers
/
{offerId}
/
attach_screenshot
Error
A valid request URL is required to generate request examples
{
  "uri": "storage/uploads/product_currency_offer/screenshot/550e8400-e29b-41d4-a716-446655440000.jpg"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

offerId
integer
required

Body

multipart/form-data
file
file
required

Screenshot image file. Supported formats: JPEG, PNG, JPG

Example:

"screenshot.jpg"

Response

Success

uri
string

URI path to the uploaded screenshot

Example:

"storage/uploads/product_currency_offer/screenshot/550e8400-e29b-41d4-a716-446655440000.jpg"