This page summarizes information on the Content API endpoints that Act-On Software offers to developers and customers. If you have been using these APIs for a while, there is some documentation that was previously listed in this table that can now be found in the tables for the List APIs and Reporting APIs.
You can click through to find details on each endpoint. For questions, please post to our developers forum.
All API calls to Act-On Software should be made to the "https://api.actonsoftware.com" base domain.
Customers wanting to access our API via our gateway in the EU can use this link:
"https://api-eu.actonsoftware.com"
Method Name | Endpoint | Description |
Get Logo List | GET /api/1/logo | Get a list of logos in the account. |
Get a Logo | GET /api/1/logo/{id} | Get a specified logo by ID. |
Add a Logo | POST /api/1/logo | Upload a logo into the logo repository. |
Update a Logo | PUT /api/1/logo/{id} | Update (replace) a logo in your logo repository. |
Delete a Logo | DELETE /api/1/logo/{id} | Remove a logo from your logo repository. |
Get Header List | GET /api/1/header | Get a list of headers in the account. |
Get a Header | GET /api/1/header/{id} | Get the specified header by ID. |
Add a Header | POST /api/1/header | Add a header to your account. |
Update a Header | PUT /api/1/header/{id} | Update the specified header. |
Delete a Header | DELETE /api/1/header/{id} | Delete the specified header. |
Get Footer List | GET /api/1/footer | Get a list of footers in the account. |
Get a Footer | GET /api/1/footer/{id} | Get footer by ID. |
Add a Footer | POST /api/1/footer | Add a footer to your account. |
Delete a Footer | DELETE /api/1/footer/{id} | Delete the specified footer. |
Update a Footer | PUT api/1/footer/{id} | Update a footer in the account. |
Get Image List | GET /api/1/image | Get a list of images in the account. |
Get an Image | GET /api/1/image/{id} | Get an image from your image repository by ID. |
Add an Image | POST /api/1/image | Upload a new image into the image repository. |
Update an Image | PUT /api/1/image/{id} | Replace an image in the image repository. |
Delete an Image | DELETE /api/1/image/{id} | Delete an image from the image repository. |
Get Media List | GET /api/1/media/ | Get a list of media in the account. |
Get Media File | GET /api/1/media/{id} | Get a specified media file by ID. |
Add a Media File | POST /api/1/media | Upload a new media file into your Act-On account. |
Add a Media Link | POST /api/1/medialink | Add a new URL as a trackable link in your media library. |
Update Media File | PUT /api/1/media/{id} | Upload a replacement media file into your media repository. |
Delete a Media Object | DELETE /api/1/media/{id} | Delete a media object from your media library. |
Get Form List | GET /api/1/form | Get a list of forms in the account. |
Get Classic Form URLS | GET /api/1/form/{id}/urls | Get URLs for specified promotional forms by ID. |
Get Landing Page List | GET /api/1/page | Get a list of pages in the account. |
Get Landing Page URLs | GET /api/1/page/{id}/urls | Get URLs for specified promotional pages. |
Update a media link | PUT /api/1/medialink/{id} | Update a URL as a trackable link in your media library. |
Get Landing Page | GET /api/1/page/{id} | Get a specific page. |
Delete Landing Page | DELETE /api/1/page/{id} | Delete a page. |
Get List of Programs | GET /api/1/program | Get a list of programs |