GET https://api.actonsoftware.com/api/1/media/{id}
This endpoint allows you to pull a specific media file 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/{id}
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
Authorization: | Header | false | Required | String | Insert your generated access token. (Bearer {access token}) |
id | Path | False | Required | String | Specify the ID of the media file. |
Response
{ "id": "u-805c570d-d877-4105-899b-bae5f132b57f", "name": "Act-ON", "url": "http://ci87.actonsoftware.com/cdnr/87/acton/attachment/42152/u-805c570d-d877-4105-899b-bae5f132b57f/1/-/-/-/-/", "target_url": "https://www.act-on.com", "creation_time": 1569537233128, "last_modified": 1569537233128 }
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/media/u-805c570d-d877-4105-899b-bae5f132b57f -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"