riverty logo

Docs

Get Started Login

Download Attachment By Id

Return details for upload file

Path

GET /attachments/{attachmentId}

Request Parameters

attachmentId
required
string
attachmentId for the file to be downloaded.

Responses

200 Successful Request

Request Example

    
        {
 "countryCode": "market country code for the shop",
 "shopId": "unique identifier for the shop",
 "attachmentId": "attachmentId for the file to be downloaded"
}
    

Response Example

    
        {
 "url": "string"
}