Skip to main content
GET
/
api
/
orgs
/
{id}
/
issues
/
{issueId}
/
attachments
/
{attachmentId}
Get attachment URL
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/issues/{issueId}/attachments/{attachmentId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

id identifier

issueId
string
required

issueId identifier

attachmentId
string
required

attachmentId identifier

Response

Redirect to a signed attachment URL