GET https://api.actonsoftware.com/api/1/logo/{id}
This endpoint allows you to pull a specific logo 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/{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 logo. |
Response
{ "url_str": "https://ci87.actonsoftware.com/acton/cx/a4a8/logo5.png", "url_str_ts": "https://ci87.actonsoftware.com/acton/cx/a4a8/logo5.png?ts=1568154476801", "alt_txt": "", "tool_tip": "", "target_url": "", "id": "i-4", "title": "Logo" }
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/logo/i-4 -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"