GET https://api.actonsoftware.com/api/1/media/
This endpoint allows you to download the list of media files from the account.
Customers wanting to access our API via our gateway in the EU can use this link:
GET https://api-eu.actonsoftware.com/api/1/media/
Parameters
| Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
|---|---|---|---|---|---|
| Authorizaton: | Header | False | Required | String | Insert your generated access token. (Bearer {access token}) |
Response
[
{
"entries": [
{
"creation_time": 1569537233128,
"target_url": "https://www.act-on.com",
"name": "Act-ON",
"id": "u-805c570d-d877-4105-899b-bae5f132b57f",
"last_modified": "1569537233128",
"url": "http://ci87.actonsoftware.com/cdnr/87/acton/attachment/42152/u-805c570d-d877-4105-899b-bae5f132b57f/1/-/-/-/-/file.bin"
}
],
"name": "Default Folder"
}
]
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/media -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"