Zluri SDK V2
This guide will help you integrate your custom applications and push data to Zluri when native connectors are not available.
What is Zluri SDK?
The Zluri SDK is a set of APIs that enables customers to push data from their custom applications into the Zluri platform. It provides a standardized way to sync user information, application usage, transactions, and other critical SaaS management data when a native integration is not available.
Key Features
- Custom Integration Support: Build integrations for applications not natively supported by Zluri
- Flexible Data Upload: Support for multiple data entities (users, licenses, roles, etc.)
- Chunked Uploads: Handle large datasets efficiently with paginated uploads
- Schema Validation: Automatic validation ensures data quality
- Real-time Sync Status: Monitor the progress of your data syncs
- Error Handling: Detailed error reports for troubleshooting
Benefits
- No Native Connector Required: Push data even when Zluri doesn't have a pre-built integration
- Full Control: You manage when and what data to sync
- Scalable: Handle datasets of any size with chunked uploads
- Reliable: Built-in validation and error handling ensure data integrity
Getting Started
Prerequisites
- Access to Zluri dashboard
- Administrative privileges to generate API keys (via Zluri support, not through the UI)
- Basic understanding of REST APIs
- Programming knowledge in any language that supports HTTP requests
Step 1: Generate an API Key
- Contact Zluri support to request the generation of an API key.
- Store the key securely after it is provided by support.
Getting Started Guide
For a more detailed guide on setting up the SDK, refer to the official documentation:
Updated 1 day ago
