API for the BNDRY platform
- Retrieve an individual entity verification job
BNDRY API (v1alpha)
https://docs.bndry.net/_mock/apis/openapi/
https://api.bndry.app/
- Mock server
https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}
- BNDRY API
https://api.bndry.app/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success
(IDENTIFIER) Output only. The resource name of the job. Format: individualEntityVerificationJobs/{individual_entity_verification_job} correct_name_format // name must follow format 'individualEntityVerificationJobs/*' string.example = ["individualEntityVerificationJobs/verification-job-2024-0127-kycind-743891"]
(OPTIONAL) Optional. If true, entity will be enriched by verification response. TODO: Implement this logic
Required. Webhook target URI for notifications. string.example = ["https://api.example.com/webhooks/onboarding/individual/entity-job-status"] string.uri = true // value must be a valid URI string.uri_empty = true // value is empty, which is not a valid URI
{ "name": "individualEntityVerificationJobs/verification-job-2024-0127-kycind-743891", "providerConfig": { "truuthVerificationConfig": { … } }, "enrichEntity": true, "webhookUri": "https://api.example.com/webhooks/onboarding/individual/entity-job-status", "createTime": "2023-01-15T01:30:15.01Z", "updateTime": "2023-01-15T01:30:15.01Z" }
Optional. The maximum number of jobs to return. The service may return fewer than this value. If unspecified, at most 10 jobs will be returned. The maximum value is 100; values above 100 will be coerced to 100.
Optional. A page token, received from a previous ListIndividualEntityVerificationJobs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListIndividualEntityVerificationJobs must match the call that provided the page token.
- Mock server
https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs
- BNDRY API
https://api.bndry.app/v1alpha/individualEntityVerificationJobs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs?pageSize=25&pageToken=ChAIAhABGAEiAggC&skip=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "individualEntityVerificationJobs": [ { … } ], "nextPageToken": "ChAIAhABGAEiAggD", "totalSize": 47 }
Required. The individual entity verification job to create.
(IDENTIFIER) Output only. The resource name of the job. Format: individualEntityVerificationJobs/{individual_entity_verification_job} correct_name_format // name must follow format 'individualEntityVerificationJobs/*' string.example = ["individualEntityVerificationJobs/verification-job-2024-0127-kycind-743891"]
(OPTIONAL) Optional. If true, entity will be enriched by verification response. TODO: Implement this logic
- Mock server
https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs
- BNDRY API
https://api.bndry.app/v1alpha/individualEntityVerificationJobs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs?individualEntityVerificationJobId=verification-001' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "individualEntityVerificationJobs/verification-job-2024-0127-kycind-743891",
"providerConfig": {
"truuthVerificationConfig": {
"verificationType": "TRUUTH_VERIFICATION_TYPE_UNSPECIFIED"
}
},
"enrichEntity": true,
"webhookUri": "https://api.example.com/webhooks/onboarding/individual/entity-job-status",
"createTime": "2023-01-15T01:30:15.01Z",
"updateTime": "2023-01-15T01:30:15.01Z"
}'Success
(IDENTIFIER) Output only. The resource name of the job. Format: individualEntityVerificationJobs/{individual_entity_verification_job} correct_name_format // name must follow format 'individualEntityVerificationJobs/*' string.example = ["individualEntityVerificationJobs/verification-job-2024-0127-kycind-743891"]
(OPTIONAL) Optional. If true, entity will be enriched by verification response. TODO: Implement this logic
Required. Webhook target URI for notifications. string.example = ["https://api.example.com/webhooks/onboarding/individual/entity-job-status"] string.uri = true // value must be a valid URI string.uri_empty = true // value is empty, which is not a valid URI
{ "name": "individualEntityVerificationJobs/verification-job-2024-0127-kycind-743891", "providerConfig": { "truuthVerificationConfig": { … } }, "enrichEntity": true, "webhookUri": "https://api.example.com/webhooks/onboarding/individual/entity-job-status", "createTime": "2023-01-15T01:30:15.01Z", "updateTime": "2023-01-15T01:30:15.01Z" }
Required. The resource name of the entity to verify. Format: entities/{entity} correct_entity_format // entity must follow format 'entities/*' string.example = ["entities/john-smith-001"]
Required. The final redirect URI where the user should be sent after verification is complete. string.example = ["https://app.example.com/verification/complete"] string.uri = true // value must be a valid URI string.uri_empty = true // value is empty, which is not a valid URI
- Mock server
https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}:run
- BNDRY API
https://api.bndry.app/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}:run
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}:run' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"entityResourceName": "entities/john-smith-001",
"redirectUri": "https://app.example.com/verification/complete"
}'Success
This resource represents a long-running operation that is the result of a network API call.
The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.
If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
{ "name": "string", "metadata": { "type": "string", "value": "string" }, "done": true, "error": { "code": 0, "message": "string", "details": [ … ] } }
- Mock server
https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}/operations/{operation}
- BNDRY API
https://api.bndry.app/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}/operations/{operation}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}/operations/{operation}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success
This resource represents a long-running operation that is the result of a network API call.
The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.
If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
{ "name": "string", "metadata": { "type": "string", "value": "string" }, "done": true, "error": { "code": 0, "message": "string", "details": [ … ] } }