GET https://api.actonsoftware.com/api/1/footer/{id}
This endpoint allows you to pull a specific footer 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/{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 footer. |
Response
{ "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.)" }
Code Examples
cURL
curl -X GET https://api.actonsoftware.com/api/1/footer/0 -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"