Skip to main content
POST
/
api
/
shop
/
marketplace
/
offers
/
attach_screenshot
Attach screenshot
curl --request POST \
  --url https://skycoach.gg/api/shop/marketplace/offers/attach_screenshot \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "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.

Headers

Accept
enum<string>
default:application/json
required

API response format

Available options:
application/json

Body

multipart/form-data
file
file
required

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

Response

Success

uri
string

URI path to the uploaded screenshot

Example:

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