Provides access to apps that are installed in an organization.
Custom Apps API (1.0)
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi
- Hyperproof UShttps://api.hyperproof.app/v1/customapps
- Hyperproof Govhttps://api.hyperproofgov.app/v1/customapps
- Hyperproof EUhttps://api.hyperproof.eu/v1/customapps
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/ \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the custom app.
The type of custom app.
The unique identifier for the organization the custom app belongs to.
The deployment status of the custom app.
The unique identifier of the user who created the custom app.
The date and time the custom app was created (ISO-8601 format).
The unique identifier of the user who last updated the custom app.
The date and time the custom app was last updated (ISO-8601 format).
[ { "appId": "string", "appType": "hypersync", "isCustom": true, "orgId": "string", "packageName": "string", "packageVersion": "1.0", "deploymentStatus": "deployed", "createdBy": "string", "createdOn": "string", "updatedBy": "string", "updatedOn": "string", "status": "active" } ]
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi
- Hyperproof UShttps://api.hyperproof.app/v1/customapps
- Hyperproof Govhttps://api.hyperproofgov.app/v1/customapps
- Hyperproof EUhttps://api.hyperproof.eu/v1/customapps
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/ \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the custom app.
The type of custom app.
The unique identifier for the organization the custom app belongs to.
The deployment status of the custom app.
The unique identifier of the user who created the custom app.
The date and time the custom app was created (ISO-8601 format).
The unique identifier of the user who last updated the custom app.
The date and time the custom app was last updated (ISO-8601 format).
{ "appId": "string", "appType": "hypersync", "isCustom": true, "orgId": "string", "packageName": "string", "packageVersion": "1.0", "deploymentStatus": "deployed", "createdBy": "string", "createdOn": "string", "updatedBy": "string", "updatedOn": "string", "status": "active" }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}
- Hyperproof UShttps://api.hyperproof.app/v1/customapps/{appId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/customapps/{appId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/customapps/{appId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the custom app.
The type of custom app.
The unique identifier for the organization the custom app belongs to.
The deployment status of the custom app.
The unique identifier of the user who created the custom app.
The date and time the custom app was created (ISO-8601 format).
The unique identifier of the user who last updated the custom app.
The date and time the custom app was last updated (ISO-8601 format).
{ "appId": "string", "appType": "hypersync", "isCustom": true, "orgId": "string", "packageName": "string", "packageVersion": "1.0", "deploymentStatus": "deployed", "createdBy": "string", "createdOn": "string", "updatedBy": "string", "updatedOn": "string", "status": "active" }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}
- Hyperproof UShttps://api.hyperproof.app/v1/customapps/{appId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/customapps/{appId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/customapps/{appId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the custom app.
The type of custom app.
The unique identifier for the organization the custom app belongs to.
The deployment status of the custom app.
The unique identifier of the user who created the custom app.
The date and time the custom app was created (ISO-8601 format).
The unique identifier of the user who last updated the custom app.
The date and time the custom app was last updated (ISO-8601 format).
{ "appId": "string", "appType": "hypersync", "isCustom": true, "orgId": "string", "packageName": "string", "packageVersion": "1.0", "deploymentStatus": "deployed", "createdBy": "string", "createdOn": "string", "updatedBy": "string", "updatedOn": "string", "status": "active" }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}
- Hyperproof UShttps://api.hyperproof.app/v1/customapps/{appId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/customapps/{appId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/customapps/{appId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the custom app.
The type of custom app.
The unique identifier for the organization the custom app belongs to.
The deployment status of the custom app.
The unique identifier of the user who created the custom app.
The date and time the custom app was created (ISO-8601 format).
The unique identifier of the user who last updated the custom app.
The date and time the custom app was last updated (ISO-8601 format).
{ "appId": "string", "appType": "hypersync", "isCustom": true, "orgId": "string", "packageName": "string", "packageVersion": "1.0", "deploymentStatus": "deployed", "createdBy": "string", "createdOn": "string", "updatedBy": "string", "updatedOn": "string", "status": "active" }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}/events
- Hyperproof UShttps://api.hyperproof.app/v1/customapps/{appId}/events
- Hyperproof Govhttps://api.hyperproofgov.app/v1/customapps/{appId}/events
- Hyperproof EUhttps://api.hyperproof.eu/v1/customapps/{appId}/events
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}/events' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the log event.
The timestamp of when the log event occurred (ISO-8601 format).
The unique identifier for the organization.
The unique identifier for the user who uploaded the custom app
[ { "id": "string", "timestamp": "string", "level": "info", "message": "string", "detail": "string", "orgId": "string", "userId": "string" } ]
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}/stats
- Hyperproof UShttps://api.hyperproof.app/v1/customapps/{appId}/stats
- Hyperproof Govhttps://api.hyperproofgov.app/v1/customapps/{appId}/stats
- Hyperproof EUhttps://api.hyperproof.eu/v1/customapps/{appId}/stats
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/custom-apps/customapps.openapi/{appId}/stats' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the custom app.
The type of custom app.
The unique identifier for the organization the custom app belongs to.
The deployment status of the custom app.
The unique identifier of the user who created the custom app.
The date and time the custom app was created (ISO-8601 format).
The unique identifier of the user who last updated the custom app.
The date and time the custom app was last updated (ISO-8601 format).
{ "appId": "string", "appType": "hypersync", "isCustom": true, "orgId": "string", "packageName": "string", "packageVersion": "1.0", "deploymentStatus": "deployed", "createdBy": "string", "createdOn": "string", "updatedBy": "string", "updatedOn": "string", "status": "active" }