Skip to main content

Simflofy for Developers

https://developer.simflofy.com/

Content Service REST Basics

This page documents the Simflofy Content Service endpoints. The endpoints will require authorization either through an authorization-Basic Header with base64 encoding (user:pass) or including the credentials in the rest URI (this is not recommended). You can test the GET endpoints in the browser, but POST endpoints will require a rest client of some kind.

We recommend using Postman.

Basic Endpoint Syntax

The base URI string for the Simflofy Content Service is:

http://{host}:{port}/simflofy-admin/apu/repo/{connectorId}/{endpoint}?{parameter}={value}

REST Services Configurations: