Add a Footer

Scott Wallace
Scott Wallace
  • Updated
POST https://api.actonsoftware.com/api/1/footer

This endpoint allows you to add a footer to the account.

Customers wanting to access our API via our gateway in the EU can use this link: 

POST 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}")
html form False Required String Specify valid HTML for the footer.
text form False Required String Specify the text version of the footer.
title form False Required String Specify a title for the footer.

 

Response

{
  "status": "Success",
  "message": "Footer added.",
  "id": "2"
}

 

Code Examples

cURL

curl -X POST https://api.actonsoftware.com/api/1/footer/ -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs" -H "Cache-Control: no-cache" -H "Content-Type: application/x-www-form-urlencoded" -d 'title=example' -d 'html=footer html here' -d 'text=foot text version here'

 

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request