Get a Header

Scott Wallace
Scott Wallace
  • Updated
GET https://api.actonsoftware.com/api/1/header/{id}

This endpoint allows you to pull a specific header 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/header/{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 header.

 

Response

{
  "id": 0,
  "title": "Default",
  "text": "To view this message in a browser:rnhttp://ci61.actonservice.com/acton/rif/42415/{{Env.MsgId}}/-/{{Env.RecId}}/{{Env.SrcId}}/showPreparedMessagern rn",
  "html": "<a class="msgHeader" href="http://ci61.actonservice.com/acton/rif/42415/{{Env.MsgId}}/-/{{Env.RecId}}/{{Env.SrcId}}/showPreparedMessage">Click here</a> to view this message in a browser window."
}

 

Code Examples

cURL

curl -X GET https://api.actonsoftware.com/api/1/header/0 -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