Skip to main content
GET
/
attachments
/
{id}
Retrieve an Attachment
curl --request GET \
  --url https://commerce.driv.ly/api/attachments/{id}
{
  "data": {
    "id": "<string>",
    "data": {},
    "type": "<string>",
    "name": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

Attachment is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Attachment Found

data
object
success
boolean
I