Download an attachment
GET/v1/attachments/:id
This endpoint allows you to download an attachment by its unique id
Request
Path Parameters
id integerrequired
The unique identifier for the attachment
Responses
- 200
- 400
OK
- application/octet-stream
- Schema
Schema
string
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "400 Bad Request (Client Error)"
}
Loading...