SwiftGoma.SwiftGoma

Search endpoints

Jump to any API endpoint by name, method, or path

Reports

Download stored report

GET/api/v1/accounting/reports/:id/pdf

Re-downloads a previously generated report's PDF without regenerating it.

Requires Authorization
ADMIN, ACCOUNTANT only
Session

Path parameters

idstringrequired
Stored report ID.
Request
curl --request GET \
  --url https://api.swiftgoma.com/api/v1/accounting/reports/:id/pdf \
  --header 'Authorization: Bearer <access_token>'
200Example response
{
  "success": true,
  "data": {
    "message": "Returns application/pdf — not a JSON body."
  }
}