Skip to content

Download OpenAPI description
Languages
Servers
Mock server

https://docs.bndry.net/_mock/apis/openapi/

https://api.bndry.app/

Documents

Service for managing documents.

Operations

Form Definitions

Service for managing form definitions.

Operations

Forms

Operations

Workspaces

Service for managing workspaces and their associated forms and documents.

Operations

Automations

Service for managing and executing automations.

Operations

EventService

EventService provides operations for managing events

Operations

Notes

Operations

Tenants

Service for managing tenants.

Operations

Retrieve a tenant

Request

Retrieves a tenant.

Security
oauth2_client_credentials or oauth2_authorization_code
Path
tenantstringrequired

The tenant id.

curl -i -X GET \
  'https://docs.bndry.net/_mock/apis/openapi/v1alpha/tenants/{tenant}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
namestring(name)

(IDENTIFIER) The resource name of the tenant. Format: tenants/{tenant}

displayNamestring(display_name)[ 1 .. 63 ] charactersrequired

Optional. A mutable, user-settable field for providing a human-readable name for the tenant, to be used in user interfaces. Must be <= 63 characters.

createTimestring(date-time)(google.protobuf.Timestamp)read-only

Output only. The timestamp when the tenant was created.

updateTimestring(date-time)(google.protobuf.Timestamp)read-only

Output only. The timestamp when the tenant was most recently updated.

Response
application/json
{ "name": "tenants/example-financial", "displayName": "Example Financial Services", "createTime": "1s", "updateTime": "1s" }

Entities

Operations

Onboard Individual (Verify Identity)

Service for managing individual entity onboarding jobs.

Operations

Truuth

TruuthService provides an API for the BNDRY SPA to initiate a new verification session with Truuth

Operations