API Reference//
- Batch get entities
Create an activity log
Retrieve an activity log
Delete an activity log
Undelete an activity log
Batch get activity logs
List all entities
Create an entity
Retrieve an entity
Delete an entity
Update an entity
List activity logs for an entity
List identity documents for an entity
List files for an entity
Create a file for an entity
View entity relationships
Add an entity relationship
Add a tag to an entity
Evaluate entity against the Entity Risk Rating rules
Get the entity input run against risk rating rules
Hard Delete an entity
Remove an entity relationship
Remove a tag from an entity
Undelete an entity
Batch get entities
Retrieves multiple entities by their resource names.
Security
oauth2_client_credentials or oauth2_authorization_code
- Mock serverhttps://docs.bndry.net/_mock/apis/openapi/v1alpha/entities:batchGet
- BNDRY APIhttps://api.bndry.app/v1alpha/entities:batchGet
- oauth2_client_credentials
- oauth2_authorization_code
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/entities:batchGet?names=entities%2Fjohn-smith-001' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
- company
- individual
- trust
{ "entities": [ { … } ] }