Get Logo List

Scott Wallace
Scott Wallace
  • Updated
GET https://api.actonsoftware.com/api/1/logo

This endpoint allows you to download the list of logos 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/logo

Parameters

Name Parameter
Type
Allow
Multiple
Required/
Optional
Data Type Description
Authorization: Header False Required String Insert your generated access token.
(Bearer {access token})

 

Response

{
  "offset": 0,
  "count": 1,
  "totalCount": 1,
  "result": [
    {
      "url_str": "https://ci87.actonsoftware.com/acton/cx/a4a8/logo5.png",
      "url_str_ts": "https://ci87.actonsoftware.com/acton/cx/a4a8/logo5.png?ts=1567642320410",
      "alt_txt": "",
      "tool_tip": "",
      "target_url": "",
      "id": "i-4",
      "title": "Logo"
    }
  ]
}

 

Code Examples

cURL

curl -X GET https://api.actonsoftware.com/api/1/logo -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"

 

 

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request