Have any of you developed an API call that will allow the transfer of files stored on Contact Records from Keap to another software platform?
Hi Richard, the REST API v1 does have the ability to list and retrieve files.
https://developer.infusionsoft.com/docs/rest/#tag/File
https://developer.infusionsoft.com/docs/rest/#operation/listFilesUsingGET
https://developer.infusionsoft.com/docs/rest/#operation/getFileUsingGET
Hope that helps.