POST Document Completed Webhook
This webhook will be called when the document has been completed.
Response Attributes
API Content Type: JSON
body
ATTRIBUTE | DESCRIPTION | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
statuscode
string(3)
|
This is the status code corresponding to a particular message and is returned to the user.
The different status codes corresponding to this API are mentioned below
Example: 200
|
||||||||||||||||
status
boolean
|
This parameter indicates the status of API call.
Possible Values: true or false
|
||||||||||||||||
type
string(100)
|
This parameter indicates the type of the webhook.
Example: sign
|
||||||||||||||||
message
string(100)
|
This parameter is the result message which contains information about the result.
Example: get data successfully.
|
||||||||||||||||
|
Response Codes and Messages
statuscode | status | Description |
---|---|---|
200
|
true
|
Success |
401
|
false
|
Your Session has expired |
409
|
false
|
Conflict has occured |
422
|
false
|
Invalid parameter |
500
|
false
|
System error |