API Coverage
Compare API endpoint support across different file storage management platforms. This matrix shows which features are available for each integration.
Filter by capabilities
RESOURCE | Auth | Drive | Folder | File | User | Group | Version | Comment | Permission |
---|---|---|---|---|---|---|---|---|---|
![]() |
Field Mappings
Our unified API standardizes data models across different file storage providers. Below you can see how Unizo fields map to provider-specific fields for each data model.
File
File entity
Unizo Field | ![]() |
---|---|
idFile ID | |
nameFile name | |
descriptionFile description | |
sizeFile size | |
mimeTypeFile MIME type | |
fileUrlFile URL | |
changeLogFile change log |
Native Provider Field Support
Leveraging nativeResponse
The nativeResponse
field enables you to access provider-specific features beyond our unified common data model. This feature allows you to:
- Access provider-specific attributes not included in the common data model
- Implement custom security workflows using native provider capabilities
- Utilize advanced features unique to each Sink platform
- Maintain compatibility with existing provider-specific integrations
The nativeResponse
field is available exclusively for Enterprise and Launch Customer subscriptions. Contact our sales team to upgrade your plan and unlock access to native provider data.
How to Use nativeResponse
{
"id": "repo-123",
"name": "security-scanner",
"description": "Enterprise security scanning tool",
// ... other unified fields
"nativeResponse": {
// Complete provider-specific response
"security_and_analysis": {
"advanced_security": {
"status": "enabled"
},
"secret_scanning": {
"status": "enabled"
}
},
"topics": ["security", "devsecops", "scanner"],
"has_vulnerability_alerts": true
}
}
Need Something More?
Working on a unique Sink integration? Need extra fields for your security tools? We're here to help.
Get in touch:
- Email: support@unizo.ai
- Web: Contact Us
We'd love to hear about your use case and help expand our API to meet your needs.