get
https://production-api.shoutaboutus.com/api/v1/campaign/automate/file-headers//sample-file
Get the S3 URL and metadata (name, size, mime type) for the sample file attached to a file-header configuration. The {id} path segment is the file-header id.
Auth
- Account bearer. The owning campaign must belong to the caller's
person.company_idand be of typeautomation, else403.
Rate limit
- No rate limit.
Path params
| Field | Type | Required | Notes |
|---|---|---|---|
fileHeaderId | integer | Required | The file-header id (route constrained to [0-9]+). |
Behaviour
200withdata.data={ file_path (S3 URL), file_name, file_size (bytes), file_type (mime) }.403if the caller does not own the config's campaign or is not an automation campaign.404if the file-header row is missing, or itssample_file_pathno longer exists on S3.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
