GET https://api.actonsoftware.com/api/1/image/{id}
This endpoint allows you to pull a specific image 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/{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 image. |
Response
{
"id": "f-41750757-04eb-49bf-a602-fdddfaf34644",
"image_url": "http://ci87.actonsoftware.com/cdnr/87/acton/attachment/42152/f-41750757-04eb-49bf-a602-fdddfaf34644/1/-/-/-/-/image.jpg",
"thumb_url": "http://ci87.actonsoftware.com/cdnr/87/acton/attachment/42152/f-41750757-04eb-49bf-a602-fdddfaf34644/1/-/-/-/-/image.jpg",
"size": 103855,
"last_modified": 1568938973000,
"creation_time": 1568938973786,
"display_name": "connectwithus.jpg",
"folder_name": "Downloaded Content"
}
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/image/f-41750757-04eb-49bf-a602-fdddfaf34644 -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"