Applications
Create Application
Use this API to create a new application for scan and SDK publishing.
post/api/cmp/v1/application
Request body
Example request
{
"name": "My Application",
"solutionType": "ONETRUST_SDK",
"orgId": "org-123"
}Response
Created
Example response
{
"applicationId": "123e4567-e89b-12d3-a456-426614174000",
"name": "My Application",
"platform": "ANDROID",
"fileType": "apk",
"scanId": "123e4567-e89b-12d3-a456-426614174000"
}