Overview
When an ID application is ready (all attachments have been signed and uploaded), the client can call this resource to flag the application as ready for approval. This will execute any automated onboarding procedures to analyze the application, and, if passing them, will take the identity to the approved state. They can also take the application to the rejected state, in case they find the information invalid.HTTP request
POST /Agent/Legal/ReadyForApproval
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| PKeyId | Identity of key to use for signing the Identity application. |
| PLegalId | Identity of the Legal Identity to flag as ready for approval. |
| PNonce | A unique random string, at least 32 characters long, with sufficient entropy to not be reused again. If reused, an error will be returned. |
| PKeySignature | Cryptographic signature of the key ID, using the key password. |
| PRequestSignature | Cryptographic signature of the requesut, using the account password. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PIdentity | Updated Identity object generated by the server. |