The Umbrella Faces Profile API (Sync API), which utilizes a pre-shared secret key.
- This API will actively send you profiles to your pre-defined endpoint URL using HTTP POST.
- There is no need for a login as this API is designed for server-to-server communication and uses the shared secret for authentication as outlined in the documentation.
- Assuming a one-way synchronization, your application code will never have to access our backend service since the data is actively being pushed.
If this Sync API is chosen: Will you need a one-way interface from Umbrella to your application or a bidirectional interface