GET https://api.actonsoftware.com/api/1/image
This endpoint allows you to download the list of images 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/image
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
Authorization: | Header | False | Required | String | Insert your generated access token. (Bearer {access token}) |
foldernames | Query | False | Optional | String | Specify the folder(s) of images you would like returned. (Semicolon Delimited) |
Response
[ { "entries": [ { "creation_time": "1568938973786", "size": 103855, "thumb": "http://ci87.actonsoftware.com/cdnr/87/acton/attachment/42152/f-41750757-04eb-49bf-a602-fdddfaf34644/1/-/-/-/-/image.jpg", "name": "connectwithus.jpg", "width": "640", "id": "f-41750757-04eb-49bf-a602-fdddfaf34644", "last_modified": "1568938973000", "url": "http://ci87.actonsoftware.com/cdnr/87/acton/attachment/42152/f-41750757-04eb-49bf-a602-fdddfaf34644/1/-/-/-/-/image.jpg", "height": "425" } ], "name": "Default Folder" } ]
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/image -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"