GET https://api.actonsoftware.com/api/1/footer
This endpoint allows you to download the list of footers 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/footer
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
{
"count": 0,
"totalCount": 0,
"offset": 0,
"result": [
{
"id": 0,
"title": "Default",
"text": "Copyright (c) 2019 {{Account.COMPANY}}rnOur address is {{Account.BIZ_ADDRESS}}rn rnIf you do not wish to receive future email, click here:rnhttp://kyleci61.actonservice.com/acton/rif/{{Env.AccountId}}/{{Env.MsgId}}/-/{{Env.RecId}}/{{Env.SrcId}}/zoutrn(You can also send your request to Customer Care at the street address above.)",
"html": "Copyright © 2019 {{Account.COMPANY}}<br>Our address is {{Account.BIZ_ADDRESS}}<br> <br>If you do not wish to receive future email, <a class="msgFooter" href="http://kyleci61.actonservice.com/acton/rif/{{Env.AccountId}}/{{Env.MsgId}}/-/{{Env.RecId}}/{{Env.SrcId}}/zout">click here</a>.<br>(You can also send your request to <b>Customer Care</b> at the street address above.)"
},
{
"id": 1,
"title": "Test",
"text": "If you do not wish to receive future email, click herenhttp://ci61.actonservice.com/acton/rif/{{Env.AccountId}}/{{Env.MsgId}}/-/{{Env.RecId}}/{{Env.SrcId}}/zoutn .n(You can also send your request to Customer Care at the street address above.)n",
"html": "<p>If you do not wish to receive future email, <a class="msgFooter" href="http://ci61.actonservice.com/acton/rif/{{Env.AccountId}}/{{Env.MsgId}}/-/{{Env.RecId}}/{{Env.SrcId}}/zout">click here</a>.<br />(You can also send your request to <strong>Customer Care</strong> at the street address above.)</p>"
}
]
}
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/footer -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"