Select
Identification Chain Admin
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org_id | path | string | true | Organization name |
User-Agent | header | string | true | information to identify the application, operating system, vendor, and/or version of the requester |
body | body | CreateChainIdentificationRequest | true | Data about actor and the identification chain process. |
Request body - instance of CreateChainIdentificationRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
actor | IdentificationActor | true | none |
expires_in | string | true | Validity duration time (ISO-8601 format) from now. |
sequence | [ChainIdentificationStep] | true | Ordered array defining the identification steps (at least one required). |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
201 | Created | New chain identification is created. | CreateChainIdentificationResponse |
400 | Bad Request | Request input is not valid | None |
401 | Unauthorized | Unauthorized. AuthN and AuthZ validations have fail | None |
404 | Not Found | Not found. Entity does not exist or can not be found | None |
409 | Conflict | Conflict. Entity state has conflicts between its new state and the old one. | None |
500 | Internal Server Error | Not expected error | None |
default | Default | Error response | ErrorsResponse |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org_id | path | string | true | Organization name |
identification_chain_id | path | string | true | Unique identifier for the chained identification process |
User-Agent | header | string | true | information to identify the application, operating system, vendor, and/or version of the requester |
body | body | CancelIdentificationRequest | false | Optional reason for cancellation |
Request body - instance of CancelIdentificationRequest
|
|
Name | Type | Required | Description |
---|---|---|---|
reason | string | true | The reason why the process is going to be cancelled. |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
204 | No Content | Action executed correctly | None |
400 | Bad Request | Request input is not valid | None |
401 | Unauthorized | Unauthorized. AuthN and AuthZ validations have fail | None |
404 | Not Found | Not found. Entity does not exist or can not be found | None |
409 | Conflict | Conflict. Entity state has conflicts between its new state and the old one. | None |
500 | Internal Server Error | Not expected error | None |
default | Default | Error response | ErrorsResponse |
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
org_id | path | string | true | Organization name |
identification_chain_id | path | string | true | Unique identifier for the chained identification process |
User-Agent | header | string | true | information to identify the application, operating system, vendor, and/or version of the requester |
Request example
|
|
Responses
Code | Meaning | Description | Schema |
---|---|---|---|
204 | No Content | Action executed correctly | None |
400 | Bad Request | Request input is not valid | None |
401 | Unauthorized | Unauthorized. AuthN and AuthZ validations have fail | None |
404 | Not Found | Not found. Entity does not exist or can not be found | None |
409 | Conflict | Conflict. Entity state has conflicts between its new state and the old one. | None |
500 | Internal Server Error | Not expected error | None |
default | Default | Error response | ErrorsResponse |
Endpoints
Documents
Forms
Sections
Templates
Templates Configuration
Digital Sign Process
Biometric Signature
Simple Signature
Identification Agent
Sign Configuration
Identification OTP
Identification with identity document
Identification Agent Admin
Identification OTP Admin
Identification with identity document Admin
Contracts
Scoring
Securize
Identification Chain
Identification Chain Admin