Data download endpoint for outbound files
GET
https://integrationhub.adra.com
/api/v3.0/{engagementSid}/files/{outboundFileCategory}/{uniqueFileName}
Production server
{var_value}
Data download endpoint for outbound files
Download a file from Integration Hub. This endpoint allows you to retrieve files that have been created by Adra.
Response Format
- Returns file as binary stream
- Content-Type matches the original file format
- Headers include:
Content-Length: File size in bytesContent-Type: File MIME typeLast-Modified: Timestamp of last modificationETag: File version identifier
Common Use Cases
- Downloading created reports
- Retrieving journal entries
Error Handling
- 404: File not found or deleted
- 403: Insufficient permissions
- 401: Invalid or expired token
Best Practices
- Cache files using ETag header
- Implement retry logic with exponential backoff
- Handle large files with streaming
Authentication: 
GET /api/v3.0/{engagementSid}/files/{outboundFileCategory}/{uniqueFileName}
Loading...
Response
Waiting for a request to be sent.