API Coverage
Compare API endpoint support across different application security platforms. This matrix shows which features are available for each integration.
Filter by capabilities
| RESOURCE | Auth | Asset |
|---|---|---|
OpenText (Debricked) | ||
Jfrog Xray | ||
Mend | ||
SonarQube | ||
Semgrep | ||
Aikido | ||
Checkmarx One | ||
Checkmarx SAST | ||
Checkmarx SCA |
Field Mappings
Our unified API standardizes data models across different application security providers. Below you can see how Unizo fields map to provider-specific fields for each data model.
Asset
Application security asset or project being scanned.
| Unizo Field | OpenText (Debricked) | Jfrog Xray | Mend | SonarQube | Semgrep | Aikido | Checkmarx One | Checkmarx SAST | Checkmarx SCA |
|---|---|---|---|---|---|---|---|---|---|
idUnique identifier | |||||||||
namename | |||||||||
typetype | |||||||||
statestate | |||||||||
descriptiondescription | |||||||||
changeLog.createdDateTimeCreated date time | |||||||||
changeLog.lastUpdatedDateTimeLast updated date time |
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 scanning attributes not included in the common data model
- Implement custom security workflows using native provider capabilities
- Utilize advanced AppSec features unique to each application security 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": "123456",
"name": "my-web-app",
"type": "REPOSITORY",
"state": "ACTIVE",
// ... other unified fields
"nativeResponse": {
// Complete provider-specific response
"project_key": "PROJ-001",
"scan_status": "completed",
"findings_count": 42,
"last_scan_date": "2024-11-05T09:15:00Z",
"language_breakdown": {
"JavaScript": 45.2,
"Python": 30.8,
"Go": 24.0
}
}
}
Need Something More?
Working on a unique application security integration? Need extra fields for your scanning tools? We're here to help.
Get in touch:
- Email: [email protected]
- Web: Contact Us
We'd love to hear about your use case and help expand our API to meet your needs.








